#09231B

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

Shades of Dark Green #09231B

Tints of Dark Green #09231B

Color information

#09231B (or 0x09231B) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 1B. RGB value is (9,35,27). Sum of RGB (Red+Green+Blue) = 9+35+27=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #09231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09231B is #F6DCE4. Grayscale: #1A1A1A. Windows color (decimal): -16178405 or 1778441. OLE color: 1778441.

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

Color convert

RGB93527-
CMYK0.7400.230.86
HSL161.54º59.09%8.63%-
HSV(B)161.54º74.29%13.73%-
XYZ0.911.341.25-
YUV26.31128.39115.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=12.68%
G=49.30%
B=38.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935270.7400.230.86161.5459.098.63
Hex9231B4A01756a23b9
Octal1143331120271262427311
Binary10011000111101110010100101111010110101000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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