#04250D

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

Shades of Dark Green #04250D

Tints of Dark Green #04250D

Color information

#04250D (or 0x04250D) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 0D. RGB value is (4,37,13). Sum of RGB (Red+Green+Blue) = 4+37+13=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #04250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250D is #FBDAF2. Grayscale: #181818. Windows color (decimal): -16505587 or 861444. OLE color: 861444.

HSL color Cylindrical-coordinate representation of color #04250D: hue angle of 136.36º 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 #04250D is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB43713-
CMYK0.8900.650.85
HSL136.36º80.49%8.04%-
HSV(B)136.36º89.19%14.51%-
XYZ0.781.380.61-
YUV24.4121.57113.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=7.41%
G=68.52%
B=24.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437130.8900.650.85136.3680.498.04
Hex425D590415588508
Octal44515131010112521012010
Binary100100101110110110010100000110101011000100010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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