#092F26

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

Shades of Dark Green #092F26

Tints of Dark Green #092F26

Color information

#092F26 (or 0x092F26) is unknown color: approx Dark Green. HEX triplet: 09, 2F and 26. RGB value is (9,47,38). Sum of RGB (Red+Green+Blue) = 9+47+38=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #092F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F26 is #F6D0D9. Grayscale: #222222. Windows color (decimal): -16175322 or 2502409. OLE color: 2502409.

HSL color Cylindrical-coordinate representation of color #092F26: hue angle of 165.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F26 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB94738-
CMYK0.8100.190.82
HSL165.79º67.86%10.98%-
HSV(B)165.79º80.85%18.43%-
XYZ1.482.232.19-
YUV34.61129.91109.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=9.57%
G=50%
B=40.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947380.8100.190.82165.7967.8610.98
Hex92F265101352a644b
Octal11574612102312224610413
Binary1001101111100110101000101001110100101010011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,38); }

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

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

 a { background-color: rgb(9,47,38); }

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

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

 span { border-color: rgb(9,47,38); }

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