#09231A

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

Shades of Dark Green #09231A

Tints of Dark Green #09231A

Color information

#09231A (or 0x09231A) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 1A. RGB value is (9,35,26). Sum of RGB (Red+Green+Blue) = 9+35+26=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #09231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09231A is #F6DCE5. Grayscale: #1A1A1A. Windows color (decimal): -16178406 or 1712905. OLE color: 1712905.

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

Color convert

RGB93526-
CMYK0.7400.260.86
HSL159.23º59.09%8.63%-
HSV(B)159.23º74.29%13.73%-
XYZ0.91.331.19-
YUV26.2127.89115.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=12.86%
G=50%
B=37.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935260.7400.260.86159.2359.098.63
Hex9231A4A01A569f3b9
Octal1143321120321262377311
Binary10011000111101010010100110101010110100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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