#092919

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

Shades of Dark Green #092919

Tints of Dark Green #092919

Color information

#092919 (or 0x092919) is unknown color: approx Dark Green. HEX triplet: 09, 29 and 19. RGB value is (9,41,25). Sum of RGB (Red+Green+Blue) = 9+41+25=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #092919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092919 is #F6D6E6. Grayscale: #1D1D1D. Windows color (decimal): -16176871 or 1648905. OLE color: 1648905.

HSL color Cylindrical-coordinate representation of color #092919: hue angle of 150º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092919 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB94125-
CMYK0.7800.390.84
HSL150º64%9.8%-
HSV(B)150º78.05%16.08%-
XYZ1.081.711.19-
YUV29.61125.4113.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 41 (16.41% from 255) = 54.67%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=12%
G=54.67%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal941250.7800.390.84150649.8
Hex929194E027549640a
Octal11513111604712422610012
Binary1001101001110011001110010011110101001001011010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092919; }

 p { color: rgb(9,41,25); }

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

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

 a { background-color: rgb(9,41,25); }

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

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

 span { border-color: rgb(9,41,25); }

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