#09251C

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

Shades of Dark Green #09251C

Tints of Dark Green #09251C

Color information

#09251C (or 0x09251C) is unknown color: approx Dark Green. HEX triplet: 09, 25 and 1C. RGB value is (9,37,28). Sum of RGB (Red+Green+Blue) = 9+37+28=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #09251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09251C is #F6DAE3. Grayscale: #1B1B1B. Windows color (decimal): -16177892 or 1844489. OLE color: 1844489.

HSL color Cylindrical-coordinate representation of color #09251C: hue angle of 160.71º degrees, saturation: 0.61, 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 #09251C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB93728-
CMYK0.7600.240.85
HSL160.71º60.87%9.02%-
HSV(B)160.71º75.68%14.51%-
XYZ0.981.471.33-
YUV27.6128.22114.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=12.16%
G=50%
B=37.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937280.7600.240.85160.7160.879.02
Hex9251C4C01855a13d9
Octal1145341140301252417511
Binary10011001011110010011000110001010101101000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09251C; }

 p { color: rgb(9,37,28); }

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

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

 a { background-color: rgb(9,37,28); }

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

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

 span { border-color: rgb(9,37,28); }

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