#02270C

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

Shades of Dark Green #02270C

Tints of Dark Green #02270C

Color information

#02270C (or 0x02270C) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 0C. RGB value is (2,39,12). Sum of RGB (Red+Green+Blue) = 2+39+12=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #02270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02270C is #FDD8F3. Grayscale: #181818. Windows color (decimal): -16636148 or 796418. OLE color: 796418.

HSL color Cylindrical-coordinate representation of color #02270C: hue angle of 136.22º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02270C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB23912-
CMYK0.9500.690.85
HSL136.22º90.24%8.04%-
HSV(B)136.22º94.87%15.29%-
XYZ0.821.490.59-
YUV24.86120.74111.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 39 (15.62% from 255) = 73.58%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=3.77%
G=73.58%
B=22.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239120.9500.690.85136.2290.248.04
Hex227C5F04555885a8
Octal24714137010512521013210
Binary10100111110010111110100010110101011000100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02270C; }

 p { color: rgb(2,39,12); }

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

<style>
 a { background-color: #02270C; }

 a { background-color: rgb(2,39,12); }

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

<style>
 span { border-color: #02270C; }

 span { border-color: rgb(2,39,12); }

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