#02270E

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

Shades of Dark Green #02270E

Tints of Dark Green #02270E

Color information

#02270E (or 0x02270E) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 0E. RGB value is (2,39,14). Sum of RGB (Red+Green+Blue) = 2+39+14=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 39 (15.62% from 255 or 70.91% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 39 - color contains mainly: green. Hex color #02270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02270E is #FDD8F1. Grayscale: #191919. Windows color (decimal): -16636146 or 927490. OLE color: 927490.

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

Color convert

RGB23914-
CMYK0.9500.640.85
HSL139.46º90.24%8.04%-
HSV(B)139.46º94.87%15.29%-
XYZ0.831.50.66-
YUV25.09121.74111.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 39 (15.62% from 255) = 70.91%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=3.64%
G=70.91%
B=25.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239140.9500.640.85139.4690.248.04
Hex227E5F040558b5a8
Octal24716137010012521313210
Binary10100111111010111110100000010101011000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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