#09251E

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

Shades of Dark Green #09251E

Tints of Dark Green #09251E

Color information

#09251E (or 0x09251E) is unknown color: approx Dark Green. HEX triplet: 09, 25 and 1E. RGB value is (9,37,30). Sum of RGB (Red+Green+Blue) = 9+37+30=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #09251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09251E is #F6DAE1. Grayscale: #1B1B1B. Windows color (decimal): -16177890 or 1975561. OLE color: 1975561.

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

Color convert

RGB93730-
CMYK0.7600.190.85
HSL165º60.87%9.02%-
HSV(B)165º75.68%14.51%-
XYZ1.011.471.46-
YUV27.83129.22114.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=11.84%
G=48.68%
B=39.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937300.7600.190.8516560.879.02
Hex9251E4C01355a53d9
Octal1145361140231252457511
Binary10011001011111010011000100111010101101001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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