#092C18

Color #092C18 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #092C18

Tints of Dark Green #092C18

Color information

#092C18 (or 0x092C18) is unknown color: approx Dark Green. HEX triplet: 09, 2C and 18. RGB value is (9,44,24). Sum of RGB (Red+Green+Blue) = 9+44+24=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #092C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C18 is #F6D3E7. Grayscale: #1F1F1F. Windows color (decimal): -16176104 or 1584137. OLE color: 1584137.

HSL color Cylindrical-coordinate representation of color #092C18: hue angle of 145.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C18 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB94424-
CMYK0.8000.450.83
HSL145.71º66.04%10.39%-
HSV(B)145.71º79.55%17.25%-
XYZ1.181.931.17-
YUV31.26123.9112.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 44 (17.58% from 255) = 57.14%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=11.69%
G=57.14%
B=31.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal944240.8000.450.83145.7166.0410.39
Hex92C185002D539242a
Octal11543012005512322210212
Binary1001101100110001010000010110110100111001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C18; }

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

 H1.HeaderClassName
 {
   color: #092C18;
 }
 .AnyTagClassName
 {
   color: #092C18;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #092C18;
 }
 .BgClassName
 {
   background-color: #092C18;
 }
</style>
border-color css

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

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

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