Html Css Color HEX #02311C Dark Green

📋 copy color: '#02311C'

red 2 ◦ green 49 ◦ blue 28

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

Shades of Dark Green #02311C

Tints of Dark Green #02311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 62.03%

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 2.53%
G = 62.03%
B = 35.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#02311C (or 0x02311C) is known color: Dark Green. HEX triplet: 02, 31 and 1C. RGB value is (2,49,28). Sum of RGB (Red+Green+Blue) = 2+49+28=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #02311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311C is #FDCEE3. Grayscale: #202020. Windows color (decimal): -16633572 or 1847554. OLE color: 1847554.

HSL color Cylindrical-coordinate representation of color #02311C: hue angle of 153.19º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02311C is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 28 -
CMYK 0.96 0 0.43 0.81
HSL 153.19º 0.92% 0.1% -
HSV(B) 153.19º 0.96% 0.19% -
XYZ 1.33 2.29 1.47 -
YUV 32.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 2 49 28 0.96 0 0.43 0.81 153.19 0.92 0.1
Hex 2 31 1C 60 0 2B 51 99 5C A
Octal 2 61 34 140 0 53 121 231 134 12
Binary 10 110001 11100 1100000 0 101011 1010001 10011001 1011100 1010

Color Harmonies of #02311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02311C

Black with #02311C

Text Example


Text Example

White with #02311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02311C; }

 p { color: rgb(2,49,28); }

 H1.HeaderClassName
 {
   color: #02311C;
 }
 .AnyTagClassName
 {
   color: #02311C;
 }
</style>

background-color css

<style>
 a { background-color: #02311C; }

 a { background-color: rgb(2,49,28); }

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

border-color css

<style>
 span { border-color: #02311C; }

 span { border-color: rgb(2,49,28); }

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