#02230E

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

Shades of Dark Green #02230E

Tints of Dark Green #02230E

Color information

#02230E (or 0x02230E) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 0E. RGB value is (2,35,14). Sum of RGB (Red+Green+Blue) = 2+35+14=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #02230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230E is #FDDCF1. Grayscale: #161616. Windows color (decimal): -16637170 or 926466. OLE color: 926466.

HSL color Cylindrical-coordinate representation of color #02230E: hue angle of 141.82º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02230E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB23514-
CMYK0.9400.600.86
HSL141.82º89.19%7.25%-
HSV(B)141.82º94.29%13.73%-
XYZ0.711.250.62-
YUV22.74123.07113.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=3.92%
G=68.63%
B=27.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235140.9400.600.86141.8289.197.25
Hex223E5E03C568e597
Octal243161360741262161317
Binary101000111110101111001111001010110100011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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