#092C1F

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

Shades of Dark Green #092C1F

Tints of Dark Green #092C1F

Color information

#092C1F (or 0x092C1F) is unknown color: approx Dark Green. HEX triplet: 09, 2C and 1F. RGB value is (9,44,31). Sum of RGB (Red+Green+Blue) = 9+44+31=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #092C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C1F is #F6D3E0. Grayscale: #202020. Windows color (decimal): -16176097 or 2042889. OLE color: 2042889.

HSL color Cylindrical-coordinate representation of color #092C1F: hue angle of 157.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 #092C1F is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB94431-
CMYK0.8000.300.83
HSL157.71º66.04%10.39%-
HSV(B)157.71º79.55%17.25%-
XYZ1.261.961.61-
YUV32.05127.4111.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 44 (17.58% from 255) = 52.38%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=10.71%
G=52.38%
B=36.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal944310.8000.300.83157.7166.0410.39
Hex92C1F5001E539e42a
Octal11543712003612323610212
Binary100110110011111101000001111010100111001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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