#092E1A

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

Shades of Dark Green #092E1A

Tints of Dark Green #092E1A

Color information

#092E1A (or 0x092E1A) is unknown color: approx Dark Green. HEX triplet: 09, 2E and 1A. RGB value is (9,46,26). Sum of RGB (Red+Green+Blue) = 9+46+26=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #092E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E1A is #F6D1E5. Grayscale: #202020. Windows color (decimal): -16175590 or 1715721. OLE color: 1715721.

HSL color Cylindrical-coordinate representation of color #092E1A: hue angle of 147.57º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E1A is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB94626-
CMYK0.8000.430.82
HSL147.57º67.27%10.78%-
HSV(B)147.57º80.43%18.04%-
XYZ1.282.091.31-
YUV32.66124.24111.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 46 (18.36% from 255) = 56.79%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=11.11%
G=56.79%
B=32.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal946260.8000.430.82147.5767.2710.78
Hex92E1A5002B529443b
Octal11563212005312222410313
Binary1001101110110101010000010101110100101001010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,46,26); }

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

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

 a { background-color: rgb(9,46,26); }

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

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

 span { border-color: rgb(9,46,26); }

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