#09261A

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

Shades of Dark Green #09261A

Tints of Dark Green #09261A

Color information

#09261A (or 0x09261A) is unknown color: approx Dark Green. HEX triplet: 09, 26 and 1A. RGB value is (9,38,26). Sum of RGB (Red+Green+Blue) = 9+38+26=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #09261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261A is #F6D9E5. Grayscale: #1B1B1B. Windows color (decimal): -16177638 or 1713673. OLE color: 1713673.

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

Color convert

RGB93826-
CMYK0.7600.320.85
HSL155.17º61.7%9.22%-
HSV(B)155.17º76.32%14.9%-
XYZ0.991.521.22-
YUV27.96126.89114.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=12.33%
G=52.05%
B=35.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938260.7600.320.85155.1761.79.22
Hex9261A4C020559b3e9
Octal1146321140401252337611
Binary100110011011010100110001000001010101100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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