#02230A

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

Shades of Dark Green #02230A

Tints of Dark Green #02230A

Color information

#02230A (or 0x02230A) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 0A. RGB value is (2,35,10). Sum of RGB (Red+Green+Blue) = 2+35+10=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #02230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230A is #FDDCF5. Grayscale: #161616. Windows color (decimal): -16637174 or 664322. OLE color: 664322.

HSL color Cylindrical-coordinate representation of color #02230A: hue angle of 134.55º 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 #02230A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB23510-
CMYK0.9400.710.86
HSL134.55º89.19%7.25%-
HSV(B)134.55º94.29%13.73%-
XYZ0.681.240.49-
YUV22.28121.07113.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 35 (14.06% from 255) = 74.47%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=4.26%
G=74.47%
B=21.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235100.9400.710.86134.5589.197.25
Hex223A5E0475687597
Octal2431213601071262071317
Binary1010001110101011110010001111010110100001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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