#08231E

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

Shades of Dark Green #08231E

Tints of Dark Green #08231E

Color information

#08231E (or 0x08231E) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 1E. RGB value is (8,35,30). Sum of RGB (Red+Green+Blue) = 8+35+30=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #08231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231E is #F7DCE1. Grayscale: #1A1A1A. Windows color (decimal): -16243938 or 1975048. OLE color: 1975048.

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

Color convert

RGB83530-
CMYK0.7700.140.86
HSL168.89º62.79%8.43%-
HSV(B)168.89º77.14%13.73%-
XYZ0.941.351.44-
YUV26.36130.05114.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=10.96%
G=47.95%
B=41.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835300.7700.140.86168.8962.798.43
Hex8231E4D0E56a93f8
Octal1043361150161262517710
Binary1000100011111101001101011101010110101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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