#05241A

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

Shades of Dark Green #05241A

Tints of Dark Green #05241A

Color information

#05241A (or 0x05241A) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 1A. RGB value is (5,36,26). Sum of RGB (Red+Green+Blue) = 5+36+26=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #05241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05241A is #FADBE5. Grayscale: #191919. Windows color (decimal): -16440294 or 1713157. OLE color: 1713157.

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

Color convert

RGB53626-
CMYK0.8600.280.86
HSL160.65º75.61%8.04%-
HSV(B)160.65º86.11%14.12%-
XYZ0.881.371.2-
YUV25.59128.23113.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=7.46%
G=53.73%
B=38.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536260.8600.280.86160.6575.618.04
Hex5241A5601C56a14c8
Octal5443212603412624111410
Binary10110010011010101011001110010101101010000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05241A; }

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

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

<style>
 a { background-color: #05241A; }

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

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

<style>
 span { border-color: #05241A; }

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

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