Html Css Color HEX #02230D Dark Green

📋 copy color: '#02230D'

red 2 ◦ green 35 ◦ blue 13

#02230D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #02230D

Tints of Dark Green #02230D

RGB

 RED value IS 2 (1.17% from 255) = 4%

 GREEN value IS 35 (14.06% from 255) = 70%

 BLUE value IS 13 (5.47% from 255) = 26%

R = 4%
G = 70%
B = 26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#02230D (or 0x02230D) is known color: Dark Green. HEX triplet: 02, 23 and 0D. RGB value is (2,35,13). Sum of RGB (Red+Green+Blue) = 2+35+13=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #02230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230D is #FDDCF2. Grayscale: #161616. Windows color (decimal): -16637171 or 860930. OLE color: 860930.

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

Color convert

RGB 2 35 13 -
CMYK 0.94 0 0.63 0.86
HSL 140º 0.89% 0.07% -
HSV(B) 140º 0.94% 0.14% -
XYZ 0.7 1.24 0.58 -
YUV 22.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 2 35 13 0.94 0 0.63 0.86 140 0.89 0.07
Hex 2 23 D 5E 0 3F 56 8C 59 7
Octal 2 43 15 136 0 77 126 214 131 7
Binary 10 100011 1101 1011110 0 111111 1010110 10001100 1011001 111

Color Harmonies of #02230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02230D

Black with #02230D

Text Example


Text Example

White with #02230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02230D;
 }
 .AnyTagClassName
 {
   color: #02230D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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