#05240F

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

Shades of Dark Green #05240F

Tints of Dark Green #05240F

Color information

#05240F (or 0x05240F) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 0F. RGB value is (5,36,15). Sum of RGB (Red+Green+Blue) = 5+36+15=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #05240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05240F is #FADBF0. Grayscale: #181818. Windows color (decimal): -16440305 or 992261. OLE color: 992261.

HSL color Cylindrical-coordinate representation of color #05240F: hue angle of 139.35º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05240F is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB53615-
CMYK0.8600.580.86
HSL139.35º75.61%8.04%-
HSV(B)139.35º86.11%14.12%-
XYZ0.781.330.67-
YUV24.34122.73114.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=8.93%
G=64.29%
B=26.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536150.8600.580.86139.3575.618.04
Hex524F5603A568b4c8
Octal5441712607212621311410
Binary10110010011111010110011101010101101000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,36,15); }

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

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

 a { background-color: rgb(5,36,15); }

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

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

 span { border-color: rgb(5,36,15); }

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