#08331F

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

Shades of Dark Green #08331F

Tints of Dark Green #08331F

Color information

#08331F (or 0x08331F) is unknown color: approx Dark Green. HEX triplet: 08, 33 and 1F. RGB value is (8,51,31). Sum of RGB (Red+Green+Blue) = 8+51+31=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #08331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08331F is #F7CCE0. Grayscale: #232323. Windows color (decimal): -16239841 or 2044680. OLE color: 2044680.

HSL color Cylindrical-coordinate representation of color #08331F: hue angle of 152.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08331F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB85131-
CMYK0.8400.390.8
HSL152.09º72.88%11.57%-
HSV(B)152.09º84.31%20%-
XYZ1.532.521.7-
YUV35.86125.25108.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=8.89%
G=56.67%
B=34.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851310.8400.390.8152.0972.8811.57
Hex8331F54027509849c
Octal10633712404712023011114
Binary1000110011111111010100010011110100001001100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08331F; }

 p { color: rgb(8,51,31); }

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

<style>
 a { background-color: #08331F; }

 a { background-color: rgb(8,51,31); }

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

<style>
 span { border-color: #08331F; }

 span { border-color: rgb(8,51,31); }

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