Html Css Color HEX #00310E Dark Green

📋 copy color: '#00310E'

red 0 ◦ green 49 ◦ blue 14

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

Shades of Dark Green #00310E

Tints of Dark Green #00310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.22%

R = 0%
G = 77.78%
B = 22.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#00310E (or 0x00310E) is known color: Dark Green. HEX triplet: 00, 31 and 0E. RGB value is (0,49,14). Sum of RGB (Red+Green+Blue) = 0+49+14=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 49 (19.53% from 255 or 77.78% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 49 - color contains mainly: green. Hex color #00310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310E is #FFCEF1. Grayscale: #1E1E1E. Windows color (decimal): -16764658 or 930048. OLE color: 930048.

HSL color Cylindrical-coordinate representation of color #00310E: hue angle of 137.14º 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 #00310E is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 14 -
CMYK 1 0 0.71 0.81
HSL 137.14º 1% 0.1% -
HSV(B) 137.14º 1% 0.19% -
XYZ 1.18 2.23 0.78 -
YUV 30.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 0 49 14 1 0 0.71 0.81 137.14 1 0.1
Hex 0 31 E 64 0 47 51 89 64 A
Octal 0 61 16 144 0 107 121 211 144 12
Binary 0 110001 1110 1100100 0 1000111 1010001 10001001 1100100 1010

Color Harmonies of #00310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00310E

Black with #00310E

Text Example


Text Example

White with #00310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00310E; }

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

 H1.HeaderClassName
 {
   color: #00310E;
 }
 .AnyTagClassName
 {
   color: #00310E;
 }
</style>

background-color css

<style>
 a { background-color: #00310E; }

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

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

border-color css

<style>
 span { border-color: #00310E; }

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

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