#05240E

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

Shades of Dark Green #05240E

Tints of Dark Green #05240E

Color information

#05240E (or 0x05240E) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 0E. RGB value is (5,36,14). Sum of RGB (Red+Green+Blue) = 5+36+14=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #05240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05240E is #FADBF1. Grayscale: #181818. Windows color (decimal): -16440306 or 926725. OLE color: 926725.

HSL color Cylindrical-coordinate representation of color #05240E: hue angle of 137.42º 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 #05240E is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB53614-
CMYK0.8600.610.86
HSL137.42º75.61%8.04%-
HSV(B)137.42º86.11%14.12%-
XYZ0.771.330.63-
YUV24.22122.23114.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=9.09%
G=65.45%
B=25.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536140.8600.610.86137.4275.618.04
Hex524E5603D56894c8
Octal5441612607512621111410
Binary10110010011101010110011110110101101000100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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