Html Css Color HEX #00310F Dark Green

📋 copy color: '#00310F'

red 0 ◦ green 49 ◦ blue 15

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

Shades of Dark Green #00310F

Tints of Dark Green #00310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.44%

R = 0%
G = 76.56%
B = 23.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#00310F (or 0x00310F) is known color: Dark Green. HEX triplet: 00, 31 and 0F. RGB value is (0,49,15). Sum of RGB (Red+Green+Blue) = 0+49+15=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #00310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310F is #FFCEF0. Grayscale: #1E1E1E. Windows color (decimal): -16764657 or 995584. OLE color: 995584.

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

Color convert

RGB 0 49 15 -
CMYK 1 0 0.69 0.81
HSL 138.37º 1% 0.1% -
HSV(B) 138.37º 1% 0.19% -
XYZ 1.18 2.23 0.82 -
YUV 30.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 0 49 15 1 0 0.69 0.81 138.37 1 0.1
Hex 0 31 F 64 0 45 51 8A 64 A
Octal 0 61 17 144 0 105 121 212 144 12
Binary 0 110001 1111 1100100 0 1000101 1010001 10001010 1100100 1010

Color Harmonies of #00310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00310F

Black with #00310F

Text Example


Text Example

White with #00310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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