#022C1C

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

Shades of Dark Green #022C1C

Tints of Dark Green #022C1C

Color information

#022C1C (or 0x022C1C) is unknown color: approx Dark Green. HEX triplet: 02, 2C and 1C. RGB value is (2,44,28). Sum of RGB (Red+Green+Blue) = 2+44+28=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #022C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C1C is #FDD3E3. Grayscale: #1D1D1D. Windows color (decimal): -16634852 or 1846274. OLE color: 1846274.

HSL color Cylindrical-coordinate representation of color #022C1C: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022C1C is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB24428-
CMYK0.9500.360.83
HSL157.14º91.3%9.02%-
HSV(B)157.14º95.45%17.25%-
XYZ1.141.91.41-
YUV29.62127.09108.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 44 (17.58% from 255) = 59.46%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=2.70%
G=59.46%
B=37.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal244280.9500.360.83157.1491.39.02
Hex22C1C5F024539d5b9
Octal2543413704412323513311
Binary10101100111001011111010010010100111001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022C1C; }

 p { color: rgb(2,44,28); }

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

<style>
 a { background-color: #022C1C; }

 a { background-color: rgb(2,44,28); }

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

<style>
 span { border-color: #022C1C; }

 span { border-color: rgb(2,44,28); }

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