Html Css Color HEX #02312B Dark Green

📋 copy color: '#02312B'

red 2 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #02312B

Tints of Dark Green #02312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 2.13%
G = 52.13%
B = 45.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#02312B (or 0x02312B) is known color: Dark Green. HEX triplet: 02, 31 and 2B. RGB value is (2,49,43). Sum of RGB (Red+Green+Blue) = 2+49+43=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #02312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312B is #FDCED4. Grayscale: #222222. Windows color (decimal): -16633557 or 2830594. OLE color: 2830594.

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

Color convert

RGB 2 49 43 -
CMYK 0.96 0 0.12 0.81
HSL 172.34º 0.92% 0.1% -
HSV(B) 172.34º 0.96% 0.19% -
XYZ 1.56 2.38 2.66 -
YUV 34.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 2 49 43 0.96 0 0.12 0.81 172.34 0.92 0.1
Hex 2 31 2B 60 0 C 51 AC 5C A
Octal 2 61 53 140 0 14 121 254 134 12
Binary 10 110001 101011 1100000 0 1100 1010001 10101100 1011100 1010

Color Harmonies of #02312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02312B

Black with #02312B

Text Example


Text Example

White with #02312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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