Html Css Color HEX #031714 Dark Green

📋 copy color: '#031714'

red 3 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #031714

Tints of Dark Green #031714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 43.48%

R = 6.52%
G = 50%
B = 43.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#031714 (or 0x031714) is known color: Dark Green. HEX triplet: 03, 17 and 14. RGB value is (3,23,20). Sum of RGB (Red+Green+Blue) = 3+23+20=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #031714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031714 is #FCE8EB. Grayscale: #101010. Windows color (decimal): -16574700 or 1316611. OLE color: 1316611.

HSL color Cylindrical-coordinate representation of color #031714: hue angle of 171º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #031714 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 23 20 -
CMYK 0.87 0 0.13 0.91
HSL 171º 0.77% 0.05% -
HSV(B) 171º 0.87% 0.09% -
XYZ 0.47 0.68 0.77 -
YUV 16.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 3 23 20 0.87 0 0.13 0.91 171 0.77 0.05
Hex 3 17 14 57 0 D 5B AB 4D 5
Octal 3 27 24 127 0 15 133 253 115 5
Binary 11 10111 10100 1010111 0 1101 1011011 10101011 1001101 101

Color Harmonies of #031714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031714

Black with #031714

Text Example


Text Example

White with #031714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031714; }

 p { color: rgb(3,23,20); }

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

background-color css

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

 a { background-color: rgb(3,23,20); }

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

border-color css

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

 span { border-color: rgb(3,23,20); }

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