#093026

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

Shades of Dark Green #093026

Tints of Dark Green #093026

Color information

#093026 (or 0x093026) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 26. RGB value is (9,48,38). Sum of RGB (Red+Green+Blue) = 9+48+38=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #093026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093026 is #F6CFD9. Grayscale: #232323. Windows color (decimal): -16175066 or 2502665. OLE color: 2502665.

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

Color convert

RGB94838-
CMYK0.8100.210.81
HSL164.62º68.42%11.18%-
HSV(B)164.62º81.25%18.82%-
XYZ1.522.312.2-
YUV35.2129.58109.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 38 (15.23% from 255) = 40%
R=9.47%
G=50.53%
B=40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948380.8100.210.81164.6268.4211.18
Hex930265101551a544b
Octal11604612102512124510413
Binary1001110000100110101000101010110100011010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093026; }

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

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

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

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

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

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

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

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