Html Css Color HEX #02312A Dark Green

📋 copy color: '#02312A'

red 2 ◦ green 49 ◦ blue 42

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

Shades of Dark Green #02312A

Tints of Dark Green #02312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 45.16%

R = 2.15%
G = 52.69%
B = 45.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#02312A (or 0x02312A) is known color: Dark Green. HEX triplet: 02, 31 and 2A. RGB value is (2,49,42). Sum of RGB (Red+Green+Blue) = 2+49+42=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #02312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312A is #FDCED5. Grayscale: #222222. Windows color (decimal): -16633558 or 2765058. OLE color: 2765058.

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

Color convert

RGB 2 49 42 -
CMYK 0.96 0 0.14 0.81
HSL 171.06º 0.92% 0.1% -
HSV(B) 171.06º 0.96% 0.19% -
XYZ 1.54 2.38 2.57 -
YUV 34.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 2 49 42 0.96 0 0.14 0.81 171.06 0.92 0.1
Hex 2 31 2A 60 0 E 51 AB 5C A
Octal 2 61 52 140 0 16 121 253 134 12
Binary 10 110001 101010 1100000 0 1110 1010001 10101011 1011100 1010

Color Harmonies of #02312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02312A

Black with #02312A

Text Example


Text Example

White with #02312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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