#09231E

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

Shades of Dark Green #09231E

Tints of Dark Green #09231E

Color information

#09231E (or 0x09231E) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 1E. RGB value is (9,35,30). Sum of RGB (Red+Green+Blue) = 9+35+30=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #09231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09231E is #F6DCE1. Grayscale: #1A1A1A. Windows color (decimal): -16178402 or 1975049. OLE color: 1975049.

HSL color Cylindrical-coordinate representation of color #09231E: hue angle of 168.46º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09231E is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB93530-
CMYK0.7400.140.86
HSL168.46º59.09%8.63%-
HSV(B)168.46º74.29%13.73%-
XYZ0.951.351.44-
YUV26.66129.89115.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=12.16%
G=47.30%
B=40.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935300.7400.140.86168.4659.098.63
Hex9231E4A0E56a83b9
Octal1143361120161262507311
Binary1001100011111101001010011101010110101010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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