#03240D

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

Shades of Dark Green #03240D

Tints of Dark Green #03240D

Color information

#03240D (or 0x03240D) is unknown color: approx Dark Green. HEX triplet: 03, 24 and 0D. RGB value is (3,36,13). Sum of RGB (Red+Green+Blue) = 3+36+13=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #03240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03240D is #FCDBF2. Grayscale: #171717. Windows color (decimal): -16571379 or 861187. OLE color: 861187.

HSL color Cylindrical-coordinate representation of color #03240D: hue angle of 138.18º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03240D is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB33613-
CMYK0.9200.640.86
HSL138.18º84.62%7.65%-
HSV(B)138.18º91.67%14.12%-
XYZ0.741.310.59-
YUV23.51122.07113.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 36 (14.45% from 255) = 69.23%
BLUE value IS 13 (5.47% from 255) = 25%
R=5.77%
G=69.23%
B=25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal336130.9200.640.86138.1884.627.65
Hex324D5C040568a558
Octal34415134010012621212510
Binary11100100110110111000100000010101101000101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,36,13); }

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

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

 a { background-color: rgb(3,36,13); }

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

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

 span { border-color: rgb(3,36,13); }

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