Html Css Color HEX #00312F Dark Green

📋 copy color: '#00312F'

red 0 ◦ green 49 ◦ blue 47

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

Shades of Dark Green #00312F

Tints of Dark Green #00312F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 51.04%
B = 48.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#00312F (or 0x00312F) is known color: Dark Green. HEX triplet: 00, 31 and 2F. RGB value is (0,49,47). Sum of RGB (Red+Green+Blue) = 0+49+47=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #00312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312F is #FFCED0. Grayscale: #222222. Windows color (decimal): -16764625 or 3092736. OLE color: 3092736.

HSL color Cylindrical-coordinate representation of color #00312F: hue angle of 177.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00312F is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 47 -
CMYK 1 0 0.04 0.81
HSL 177.55º 1% 0.1% -
HSV(B) 177.55º 1% 0.19% -
XYZ 1.61 2.4 3.07 -
YUV 34.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 0 49 47 1 0 0.04 0.81 177.55 1 0.1
Hex 0 31 2F 64 0 4 51 B2 64 A
Octal 0 61 57 144 0 4 121 262 144 12
Binary 0 110001 101111 1100100 0 100 1010001 10110010 1100100 1010

Color Harmonies of #00312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00312F

Black with #00312F

Text Example


Text Example

White with #00312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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