Html Css Color HEX #092714 Dark Green

📋 copy color: '#092714'

red 9 ◦ green 39 ◦ blue 20

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

Shades of Dark Green #092714

Tints of Dark Green #092714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 57.35%

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

R = 13.24%
G = 57.35%
B = 29.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#092714 (or 0x092714) is known color: Dark Green. HEX triplet: 09, 27 and 14. RGB value is (9,39,20). Sum of RGB (Red+Green+Blue) = 9+39+20=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #092714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092714 is #F6D8EB. Grayscale: #1B1B1B. Windows color (decimal): -16177388 or 1320713. OLE color: 1320713.

HSL color Cylindrical-coordinate representation of color #092714: hue angle of 142º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092714 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 39 20 -
CMYK 0.77 0 0.49 0.85
HSL 142º 0.63% 0.09% -
HSV(B) 142º 0.77% 0.15% -
XYZ 0.96 1.56 0.91 -
YUV 27.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 9 39 20 0.77 0 0.49 0.85 142 0.63 0.09
Hex 9 27 14 4D 0 31 55 8E 3E 9
Octal 11 47 24 115 0 61 125 216 76 11
Binary 1001 100111 10100 1001101 0 110001 1010101 10001110 111110 1001

Color Harmonies of #092714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092714

Black with #092714

Text Example


Text Example

White with #092714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092714; }

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

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

background-color css

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

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

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

border-color css

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

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

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