#05231D

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

Shades of Dark Green #05231D

Tints of Dark Green #05231D

Color information

#05231D (or 0x05231D) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 1D. RGB value is (5,35,29). Sum of RGB (Red+Green+Blue) = 5+35+29=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #05231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05231D is #FADCE2. Grayscale: #191919. Windows color (decimal): -16440547 or 1909509. OLE color: 1909509.

HSL color Cylindrical-coordinate representation of color #05231D: hue angle of 168º degrees, saturation: 0.75, 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 #05231D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB53529-
CMYK0.8600.170.86
HSL168º75%7.84%-
HSV(B)168º85.71%13.73%-
XYZ0.891.321.37-
YUV25.35130.06113.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=7.25%
G=50.72%
B=42.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535290.8600.170.86168757.84
Hex5231D5601156a84b8
Octal5433512602112625011310
Binary10110001111101101011001000110101101010100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,35,29); }

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

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

 a { background-color: rgb(5,35,29); }

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

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

 span { border-color: rgb(5,35,29); }

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