Html Css Color HEX #031C0F Dark Green

📋 copy color: '#031C0F'

red 3 ◦ green 28 ◦ blue 15

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

Shades of Dark Green #031C0F

Tints of Dark Green #031C0F

RGB

 RED value IS 3 (1.56% from 255) = 6.52%

 GREEN value IS 28 (11.33% from 255) = 60.87%

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

R = 6.52%
G = 60.87%
B = 32.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#031C0F (or 0x031C0F) is known color: Dark Green. HEX triplet: 03, 1C and 0F. RGB value is (3,28,15). Sum of RGB (Red+Green+Blue) = 3+28+15=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #031C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C0F is #FCE3F0. Grayscale: #131313. Windows color (decimal): -16573425 or 990211. OLE color: 990211.

HSL color Cylindrical-coordinate representation of color #031C0F: hue angle of 148.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C0F is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 28 15 -
CMYK 0.89 0 0.46 0.89
HSL 148.8º 0.81% 0.06% -
HSV(B) 148.8º 0.89% 0.11% -
XYZ 0.54 0.88 0.59 -
YUV 19.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 3 28 15 0.89 0 0.46 0.89 148.8 0.81 0.06
Hex 3 1C F 59 0 2E 59 95 51 6
Octal 3 34 17 131 0 56 131 225 121 6
Binary 11 11100 1111 1011001 0 101110 1011001 10010101 1010001 110

Color Harmonies of #031C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C0F

Black with #031C0F

Text Example


Text Example

White with #031C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C0F; }

 p { color: rgb(3,28,15); }

 H1.HeaderClassName
 {
   color: #031C0F;
 }
 .AnyTagClassName
 {
   color: #031C0F;
 }
</style>

background-color css

<style>
 a { background-color: #031C0F; }

 a { background-color: rgb(3,28,15); }

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

border-color css

<style>
 span { border-color: #031C0F; }

 span { border-color: rgb(3,28,15); }

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