#0D2A22

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

Shades of Dark Green #0D2A22

Tints of Dark Green #0D2A22

Color information

#0D2A22 (or 0x0D2A22) is unknown color: approx Dark Green. HEX triplet: 0D, 2A and 22. RGB value is (13,42,34). Sum of RGB (Red+Green+Blue) = 13+42+34=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A22 is #F2D5DD. Grayscale: #202020. Windows color (decimal): -15914462 or 2238989. OLE color: 2238989.

HSL color Cylindrical-coordinate representation of color #0D2A22: hue angle of 163.45º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D2A22 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.

Color convert

RGB134234-
CMYK0.6900.190.84
HSL163.45º52.73%10.78%-
HSV(B)163.45º69.05%16.47%-
XYZ1.281.861.8-
YUV32.42128.89114.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 42 (16.80% from 255) = 47.19%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=14.61%
G=47.19%
B=38.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1342340.6900.190.84163.4552.7310.78
HexD2A224501354a335b
Octal1552421050231242436513
Binary110110101010001010001010100111010100101000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D2A22; }

 p { color: rgb(13,42,34); }

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

<style>
 a { background-color: #0D2A22; }

 a { background-color: rgb(13,42,34); }

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

<style>
 span { border-color: #0D2A22; }

 span { border-color: rgb(13,42,34); }

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