Html Css Color HEX #02312D Dark Green

📋 copy color: '#02312D'

red 2 ◦ green 49 ◦ blue 45

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

Shades of Dark Green #02312D

Tints of Dark Green #02312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 46.88%

R = 2.08%
G = 51.04%
B = 46.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#02312D (or 0x02312D) is known color: Dark Green. HEX triplet: 02, 31 and 2D. RGB value is (2,49,45). Sum of RGB (Red+Green+Blue) = 2+49+45=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #02312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312D is #FDCED2. Grayscale: #222222. Windows color (decimal): -16633555 or 2961666. OLE color: 2961666.

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

Color convert

RGB 2 49 45 -
CMYK 0.96 0 0.08 0.81
HSL 174.89º 0.92% 0.1% -
HSV(B) 174.89º 0.96% 0.19% -
XYZ 1.6 2.4 2.86 -
YUV 34.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 2 49 45 0.96 0 0.08 0.81 174.89 0.92 0.1
Hex 2 31 2D 60 0 8 51 AF 5C A
Octal 2 61 55 140 0 10 121 257 134 12
Binary 10 110001 101101 1100000 0 1000 1010001 10101111 1011100 1010

Color Harmonies of #02312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02312D

Black with #02312D

Text Example


Text Example

White with #02312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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