Html Css Color HEX #02311D Dark Green

📋 copy color: '#02311D'

red 2 ◦ green 49 ◦ blue 29

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

Shades of Dark Green #02311D

Tints of Dark Green #02311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 2.5%
G = 61.25%
B = 36.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#02311D (or 0x02311D) is known color: Dark Green. HEX triplet: 02, 31 and 1D. RGB value is (2,49,29). Sum of RGB (Red+Green+Blue) = 2+49+29=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #02311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311D is #FDCEE2. Grayscale: #202020. Windows color (decimal): -16633571 or 1913090. OLE color: 1913090.

HSL color Cylindrical-coordinate representation of color #02311D: hue angle of 154.47º 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 #02311D is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 29 -
CMYK 0.96 0 0.41 0.81
HSL 154.47º 0.92% 0.1% -
HSV(B) 154.47º 0.96% 0.19% -
XYZ 1.35 2.3 1.54 -
YUV 32.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 2 49 29 0.96 0 0.41 0.81 154.47 0.92 0.1
Hex 2 31 1D 60 0 29 51 9A 5C A
Octal 2 61 35 140 0 51 121 232 134 12
Binary 10 110001 11101 1100000 0 101001 1010001 10011010 1011100 1010

Color Harmonies of #02311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02311D

Black with #02311D

Text Example


Text Example

White with #02311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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