#092D27

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

Shades of Dark Green #092D27

Tints of Dark Green #092D27

Color information

#092D27 (or 0x092D27) is unknown color: approx Dark Green. HEX triplet: 09, 2D and 27. RGB value is (9,45,39). Sum of RGB (Red+Green+Blue) = 9+45+39=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #092D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D27 is #F6D2D8. Grayscale: #212121. Windows color (decimal): -16175833 or 2567433. OLE color: 2567433.

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

Color convert

RGB94539-
CMYK0.800.130.82
HSL170º66.67%10.59%-
HSV(B)170º80%17.65%-
XYZ1.422.082.25-
YUV33.55131.07110.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 45 (17.97% from 255) = 48.39%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=9.68%
G=48.39%
B=41.94%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal945390.800.130.8217066.6710.59
Hex92D27500D52aa43b
Octal11554712001512225210313
Binary100110110110011110100000110110100101010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,39); }

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

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

 a { background-color: rgb(9,45,39); }

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

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

 span { border-color: rgb(9,45,39); }

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