#09231C

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

Shades of Dark Green #09231C

Tints of Dark Green #09231C

Color information

#09231C (or 0x09231C) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 1C. RGB value is (9,35,28). Sum of RGB (Red+Green+Blue) = 9+35+28=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #09231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09231C is #F6DCE3. Grayscale: #1A1A1A. Windows color (decimal): -16178404 or 1843977. OLE color: 1843977.

HSL color Cylindrical-coordinate representation of color #09231C: hue angle of 163.85º 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 #09231C is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB93528-
CMYK0.7400.200.86
HSL163.85º59.09%8.63%-
HSV(B)163.85º74.29%13.73%-
XYZ0.921.341.31-
YUV26.43128.89115.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=12.5%
G=48.61%
B=38.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935280.7400.200.86163.8559.098.63
Hex9231C4A01456a43b9
Octal1143341120241262447311
Binary10011000111110010010100101001010110101001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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