#08231C

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

Shades of Dark Green #08231C

Tints of Dark Green #08231C

Color information

#08231C (or 0x08231C) is unknown color: approx Dark Green. HEX triplet: 08, 23 and 1C. RGB value is (8,35,28). Sum of RGB (Red+Green+Blue) = 8+35+28=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #08231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231C is #F7DCE3. Grayscale: #1A1A1A. Windows color (decimal): -16243940 or 1843976. OLE color: 1843976.

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

Color convert

RGB83528-
CMYK0.7700.200.86
HSL164.44º62.79%8.43%-
HSV(B)164.44º77.14%13.73%-
XYZ0.911.341.31-
YUV26.13129.05115.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=11.27%
G=49.30%
B=39.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835280.7700.200.86164.4462.798.43
Hex8231C4D01456a43f8
Octal1043341150241262447710
Binary10001000111110010011010101001010110101001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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