Html Css Color HEX #02231E Dark Green

📋 copy color: '#02231E'

red 2 ◦ green 35 ◦ blue 30

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

Shades of Dark Green #02231E

Tints of Dark Green #02231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 2.99%
G = 52.24%
B = 44.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#02231E (or 0x02231E) is known color: Dark Green. HEX triplet: 02, 23 and 1E. RGB value is (2,35,30). Sum of RGB (Red+Green+Blue) = 2+35+30=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #02231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02231E is #FDDCE1. Grayscale: #181818. Windows color (decimal): -16637154 or 1975042. OLE color: 1975042.

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

Color convert

RGB 2 35 30 -
CMYK 0.94 0 0.14 0.86
HSL 170.91º 0.89% 0.07% -
HSV(B) 170.91º 0.94% 0.14% -
XYZ 0.86 1.31 1.44 -
YUV 24.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 2 35 30 0.94 0 0.14 0.86 170.91 0.89 0.07
Hex 2 23 1E 5E 0 E 56 AB 59 7
Octal 2 43 36 136 0 16 126 253 131 7
Binary 10 100011 11110 1011110 0 1110 1010110 10101011 1011001 111

Color Harmonies of #02231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02231E

Black with #02231E

Text Example


Text Example

White with #02231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02231E;
 }
 .AnyTagClassName
 {
   color: #02231E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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