Html Css Color HEX #02312F Dark Green

📋 copy color: '#02312F'

red 2 ◦ green 49 ◦ blue 47

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

Shades of Dark Green #02312F

Tints of Dark Green #02312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.96%

R = 2.04%
G = 50%
B = 47.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#02312F (or 0x02312F) is known color: Dark Green. HEX triplet: 02, 31 and 2F. RGB value is (2,49,47). Sum of RGB (Red+Green+Blue) = 2+49+47=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #02312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312F is #FDCED0. Grayscale: #222222. Windows color (decimal): -16633553 or 3092738. OLE color: 3092738.

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

Color convert

RGB 2 49 47 -
CMYK 0.96 0 0.04 0.81
HSL 177.45º 0.92% 0.1% -
HSV(B) 177.45º 0.96% 0.19% -
XYZ 1.64 2.41 3.07 -
YUV 34.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 2 49 47 0.96 0 0.04 0.81 177.45 0.92 0.1
Hex 2 31 2F 60 0 4 51 B1 5C A
Octal 2 61 57 140 0 4 121 261 134 12
Binary 10 110001 101111 1100000 0 100 1010001 10110001 1011100 1010

Color Harmonies of #02312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02312F

Black with #02312F

Text Example


Text Example

White with #02312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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