#092D00

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

Shades of Myrtle #092D00

Tints of Myrtle #092D00

Color information

#092D00 (or 0x092D00) is unknown color: approx Myrtle. HEX triplet: 09, 2D and 00. RGB value is (9,45,0). Sum of RGB (Red+Green+Blue) = 9+45+0=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 45 (17.97% from 255 or 83.33% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 45 - color contains mainly: green. Hex color #092D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092D00 is #F6D2FF. Grayscale: #1D1D1D. Windows color (decimal): -16175872 or 11529. OLE color: 11529.

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

Color convert

RGB9450-
CMYK0.8010.82
HSL108º100%8.82%-
HSV(B)108º100%17.65%-
XYZ1.051.930.32-
YUV29.11111.57113.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 45 (17.97% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal94500.8010.821081008.82
Hex92D050064526c649
Octal11550120014412215414411
Binary100110110101010000011001001010010110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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