#02230B

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

Shades of Dark Green #02230B

Tints of Dark Green #02230B

Color information

#02230B (or 0x02230B) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 0B. RGB value is (2,35,11). Sum of RGB (Red+Green+Blue) = 2+35+11=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #02230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230B is #FDDCF4. Grayscale: #161616. Windows color (decimal): -16637173 or 729858. OLE color: 729858.

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

Color convert

RGB23511-
CMYK0.9400.690.86
HSL136.36º89.19%7.25%-
HSV(B)136.36º94.29%13.73%-
XYZ0.691.240.52-
YUV22.4121.57113.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 35 (14.06% from 255) = 72.92%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=4.17%
G=72.92%
B=22.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235110.9400.690.86136.3689.197.25
Hex223B5E0455688597
Octal2431313601051262101317
Binary1010001110111011110010001011010110100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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