Html Css Color HEX #092918 Dark Green

📋 copy color: '#092918'

red 9 ◦ green 41 ◦ blue 24

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

Shades of Dark Green #092918

Tints of Dark Green #092918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 55.41%

 BLUE value IS 24 (9.77% from 255) = 32.43%

R = 12.16%
G = 55.41%
B = 32.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#092918 (or 0x092918) is known color: Dark Green. HEX triplet: 09, 29 and 18. RGB value is (9,41,24). Sum of RGB (Red+Green+Blue) = 9+41+24=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #092918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092918 is #F6D6E7. Grayscale: #1D1D1D. Windows color (decimal): -16176872 or 1583369. OLE color: 1583369.

HSL color Cylindrical-coordinate representation of color #092918: hue angle of 148.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092918 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 41 24 -
CMYK 0.78 0 0.41 0.84
HSL 148.13º 0.64% 0.1% -
HSV(B) 148.13º 0.78% 0.16% -
XYZ 1.07 1.71 1.14 -
YUV 29.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 9 41 24 0.78 0 0.41 0.84 148.13 0.64 0.1
Hex 9 29 18 4E 0 29 54 94 40 A
Octal 11 51 30 116 0 51 124 224 100 12
Binary 1001 101001 11000 1001110 0 101001 1010100 10010100 1000000 1010

Color Harmonies of #092918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092918

Black with #092918

Text Example


Text Example

White with #092918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092918; }

 p { color: rgb(9,41,24); }

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

background-color css

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

 a { background-color: rgb(9,41,24); }

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

border-color css

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

 span { border-color: rgb(9,41,24); }

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