#092F19

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

Shades of Dark Green #092F19

Tints of Dark Green #092F19

Color information

#092F19 (or 0x092F19) is unknown color: approx Dark Green. HEX triplet: 09, 2F and 19. RGB value is (9,47,25). Sum of RGB (Red+Green+Blue) = 9+47+25=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #092F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F19 is #F6D0E6. Grayscale: #212121. Windows color (decimal): -16175335 or 1650441. OLE color: 1650441.

HSL color Cylindrical-coordinate representation of color #092F19: hue angle of 145.26º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F19 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB94725-
CMYK0.8100.470.82
HSL145.26º67.86%10.98%-
HSV(B)145.26º80.85%18.43%-
XYZ1.32.161.27-
YUV33.13123.41110.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 47 (18.75% from 255) = 58.02%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=11.11%
G=58.02%
B=30.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947250.8100.470.82145.2667.8610.98
Hex92F195102F529144b
Octal11573112105712222110413
Binary1001101111110011010001010111110100101001000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,25); }

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

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

 a { background-color: rgb(9,47,25); }

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

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

 span { border-color: rgb(9,47,25); }

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