#09261E

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

Shades of Dark Green #09261E

Tints of Dark Green #09261E

Color information

#09261E (or 0x09261E) is unknown color: approx Dark Green. HEX triplet: 09, 26 and 1E. RGB value is (9,38,30). Sum of RGB (Red+Green+Blue) = 9+38+30=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #09261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261E is #F6D9E1. Grayscale: #1C1C1C. Windows color (decimal): -16177634 or 1975817. OLE color: 1975817.

HSL color Cylindrical-coordinate representation of color #09261E: hue angle of 163.45º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09261E is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB93830-
CMYK0.7600.210.85
HSL163.45º61.7%9.22%-
HSV(B)163.45º76.32%14.9%-
XYZ1.041.541.47-
YUV28.42128.89114.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=11.69%
G=49.35%
B=38.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938300.7600.210.85163.4561.79.22
Hex9261E4C01555a33e9
Octal1146361140251252437611
Binary10011001101111010011000101011010101101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09261E; }

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

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

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

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

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

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

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

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