#08332A

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

Shades of Dark Green #08332A

Tints of Dark Green #08332A

Color information

#08332A (or 0x08332A) is unknown color: approx Dark Green. HEX triplet: 08, 33 and 2A. RGB value is (8,51,42). Sum of RGB (Red+Green+Blue) = 8+51+42=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #08332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08332A is #F7CCD5. Grayscale: #252525. Windows color (decimal): -16239830 or 2765576. OLE color: 2765576.

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

Color convert

RGB85142-
CMYK0.8400.180.8
HSL167.44º72.88%11.57%-
HSV(B)167.44º84.31%20%-
XYZ1.72.592.6-
YUV37.12130.75107.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=7.92%
G=50.50%
B=41.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851420.8400.180.8167.4472.8811.57
Hex8332A5401250a749c
Octal10635212402212024711114
Binary1000110011101010101010001001010100001010011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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