#08332C

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

Shades of Dark Green #08332C

Tints of Dark Green #08332C

Color information

#08332C (or 0x08332C) is unknown color: approx Dark Green. HEX triplet: 08, 33 and 2C. RGB value is (8,51,44). Sum of RGB (Red+Green+Blue) = 8+51+44=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #08332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08332C is #F7CCD3. Grayscale: #252525. Windows color (decimal): -16239828 or 2896648. OLE color: 2896648.

HSL color Cylindrical-coordinate representation of color #08332C: hue angle of 170.23º 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 #08332C is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB85144-
CMYK0.8400.140.8
HSL170.23º72.88%11.57%-
HSV(B)170.23º84.31%20%-
XYZ1.742.62.79-
YUV37.34131.75107.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=7.77%
G=49.51%
B=42.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851440.8400.140.8170.2372.8811.57
Hex8332C540E50aa49c
Octal10635412401612025211114
Binary100011001110110010101000111010100001010101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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