Html Css Color HEX #02331E Dark Green

📋 copy color: '#02331E'

red 2 ◦ green 51 ◦ blue 30

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

Shades of Dark Green #02331E

Tints of Dark Green #02331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 61.45%

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

R = 2.41%
G = 61.45%
B = 36.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#02331E (or 0x02331E) is known color: Dark Green. HEX triplet: 02, 33 and 1E. RGB value is (2,51,30). Sum of RGB (Red+Green+Blue) = 2+51+30=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #02331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02331E is #FDCCE1. Grayscale: #212121. Windows color (decimal): -16633058 or 1979138. OLE color: 1979138.

HSL color Cylindrical-coordinate representation of color #02331E: hue angle of 154.29º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02331E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 51 30 -
CMYK 0.96 0 0.41 0.8
HSL 154.29º 0.92% 0.1% -
HSV(B) 154.29º 0.96% 0.2% -
XYZ 1.44 2.47 1.63 -
YUV 33.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 2 51 30 0.96 0 0.41 0.8 154.29 0.92 0.1
Hex 2 33 1E 60 0 29 50 9A 5C A
Octal 2 63 36 140 0 51 120 232 134 12
Binary 10 110011 11110 1100000 0 101001 1010000 10011010 1011100 1010

Color Harmonies of #02331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02331E

Black with #02331E

Text Example


Text Example

White with #02331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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