#09261B

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

Shades of Dark Green #09261B

Tints of Dark Green #09261B

Color information

#09261B (or 0x09261B) is unknown color: approx Dark Green. HEX triplet: 09, 26 and 1B. RGB value is (9,38,27). Sum of RGB (Red+Green+Blue) = 9+38+27=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #09261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261B is #F6D9E4. Grayscale: #1C1C1C. Windows color (decimal): -16177637 or 1779209. OLE color: 1779209.

HSL color Cylindrical-coordinate representation of color #09261B: hue angle of 157.24º 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 #09261B is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB93827-
CMYK0.7600.290.85
HSL157.24º61.7%9.22%-
HSV(B)157.24º76.32%14.9%-
XYZ11.521.28-
YUV28.07127.39114.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 38 (15.23% from 255) = 51.35%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=12.16%
G=51.35%
B=36.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938270.7600.290.85157.2461.79.22
Hex9261B4C01D559d3e9
Octal1146331140351252357611
Binary10011001101101110011000111011010101100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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