#092F1E

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

Shades of Dark Green #092F1E

Tints of Dark Green #092F1E

Color information

#092F1E (or 0x092F1E) is unknown color: approx Dark Green. HEX triplet: 09, 2F and 1E. RGB value is (9,47,30). Sum of RGB (Red+Green+Blue) = 9+47+30=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 47 (18.75% from 255 or 54.65% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 47 - color contains mainly: green. Hex color #092F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F1E is #F6D0E1. Grayscale: #212121. Windows color (decimal): -16175330 or 1978121. OLE color: 1978121.

HSL color Cylindrical-coordinate representation of color #092F1E: hue angle of 153.16º 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 #092F1E is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB94730-
CMYK0.8100.360.82
HSL153.16º67.86%10.98%-
HSV(B)153.16º80.85%18.43%-
XYZ1.362.181.58-
YUV33.7125.91110.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 47 (18.75% from 255) = 54.65%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=10.47%
G=54.65%
B=34.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947300.8100.360.82153.1667.8610.98
Hex92F1E51024529944b
Octal11573612104412223110413
Binary1001101111111101010001010010010100101001100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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