#02270D

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

Shades of Dark Green #02270D

Tints of Dark Green #02270D

Color information

#02270D (or 0x02270D) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 0D. RGB value is (2,39,13). Sum of RGB (Red+Green+Blue) = 2+39+13=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 39 (15.62% from 255 or 72.22% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 39 - color contains mainly: green. Hex color #02270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02270D is #FDD8F2. Grayscale: #191919. Windows color (decimal): -16636147 or 861954. OLE color: 861954.

HSL color Cylindrical-coordinate representation of color #02270D: hue angle of 137.84º 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 #02270D is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB23913-
CMYK0.9500.670.85
HSL137.84º90.24%8.04%-
HSV(B)137.84º94.87%15.29%-
XYZ0.821.490.63-
YUV24.97121.24111.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 39 (15.62% from 255) = 72.22%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=3.70%
G=72.22%
B=24.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239130.9500.670.85137.8490.248.04
Hex227D5F043558a5a8
Octal24715137010312521213210
Binary10100111110110111110100001110101011000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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