#09261F

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

Shades of Dark Green #09261F

Tints of Dark Green #09261F

Color information

#09261F (or 0x09261F) is unknown color: approx Dark Green. HEX triplet: 09, 26 and 1F. RGB value is (9,38,31). Sum of RGB (Red+Green+Blue) = 9+38+31=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #09261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261F is #F6D9E0. Grayscale: #1C1C1C. Windows color (decimal): -16177633 or 2041353. OLE color: 2041353.

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

Color convert

RGB93831-
CMYK0.7600.180.85
HSL165.52º61.7%9.22%-
HSV(B)165.52º76.32%14.9%-
XYZ1.051.541.54-
YUV28.53129.39114.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=11.54%
G=48.72%
B=39.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938310.7600.180.85165.5261.79.22
Hex9261F4C01255a63e9
Octal1146371140221252467611
Binary10011001101111110011000100101010101101001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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