#05200F

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

Shades of Dark Green #05200F

Tints of Dark Green #05200F

Color information

#05200F (or 0x05200F) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 0F. RGB value is (5,32,15). Sum of RGB (Red+Green+Blue) = 5+32+15=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #05200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200F is #FADFF0. Grayscale: #161616. Windows color (decimal): -16441329 or 991237. OLE color: 991237.

HSL color Cylindrical-coordinate representation of color #05200F: hue angle of 142.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05200F is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB53215-
CMYK0.8400.530.87
HSL142.22º72.97%7.25%-
HSV(B)142.22º84.38%12.55%-
XYZ0.671.10.63-
YUV21.99124.05115.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=9.62%
G=61.54%
B=28.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532150.8400.530.87142.2272.977.25
Hex520F54035578e497
Octal540171240651272161117
Binary1011000001111101010001101011010111100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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