Html Css Color HEX #091F14 Dark Green

📋 copy color: '#091F14'

red 9 ◦ green 31 ◦ blue 20

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

Shades of Dark Green #091F14

Tints of Dark Green #091F14

RGB

 RED value IS 9 (3.91% from 255) = 15%

 GREEN value IS 31 (12.5% from 255) = 51.67%

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

R = 15%
G = 51.67%
B = 33.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#091F14 (or 0x091F14) is known color: Dark Green. HEX triplet: 09, 1F and 14. RGB value is (9,31,20). Sum of RGB (Red+Green+Blue) = 9+31+20=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #091F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F14 is #F6E0EB. Grayscale: #171717. Windows color (decimal): -16179436 or 1318665. OLE color: 1318665.

HSL color Cylindrical-coordinate representation of color #091F14: hue angle of 150º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F14 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 31 20 -
CMYK 0.71 0 0.35 0.88
HSL 150º 0.55% 0.08% -
HSV(B) 150º 0.71% 0.12% -
XYZ 0.73 1.09 0.83 -
YUV 23.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 9 31 20 0.71 0 0.35 0.88 150 0.55 0.08
Hex 9 1F 14 47 0 23 58 96 37 8
Octal 11 37 24 107 0 43 130 226 67 10
Binary 1001 11111 10100 1000111 0 100011 1011000 10010110 110111 1000

Color Harmonies of #091F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F14

Black with #091F14

Text Example


Text Example

White with #091F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091F14; }

 p { color: rgb(9,31,20); }

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

background-color css

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

 a { background-color: rgb(9,31,20); }

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

border-color css

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

 span { border-color: rgb(9,31,20); }

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