#04250F

Color #04250F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #04250F

Tints of Dark Green #04250F

Color information

#04250F (or 0x04250F) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 0F. RGB value is (4,37,15). Sum of RGB (Red+Green+Blue) = 4+37+15=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #04250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250F is #FBDAF0. Grayscale: #181818. Windows color (decimal): -16505585 or 992516. OLE color: 992516.

HSL color Cylindrical-coordinate representation of color #04250F: hue angle of 140º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04250F is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB43715-
CMYK0.8900.590.85
HSL140º80.49%8.04%-
HSV(B)140º89.19%14.51%-
XYZ0.81.380.68-
YUV24.62122.57113.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=7.14%
G=66.07%
B=26.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437150.8900.590.8514080.498.04
Hex425F5903B558c508
Octal4451713107312521412010
Binary10010010111111011001011101110101011000110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04250F; }

 p { color: rgb(4,37,15); }

 H1.HeaderClassName
 {
   color: #04250F;
 }
 .AnyTagClassName
 {
   color: #04250F;
 }
</style>
background-color css

<style>
 a { background-color: #04250F; }

 a { background-color: rgb(4,37,15); }

 div.DivClassName
 {
   background-color: #04250F;
 }
 .BgClassName
 {
   background-color: #04250F;
 }
</style>
border-color css

<style>
 span { border-color: #04250F; }

 span { border-color: rgb(4,37,15); }

 td.TdClassName
 {
   border-color: #04250F;
 }
 .TagClassName
 {
   border-color: #04250F;
 }
</style>