#083228

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

Shades of Dark Green #083228

Tints of Dark Green #083228

Color information

#083228 (or 0x083228) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 28. RGB value is (8,50,40). Sum of RGB (Red+Green+Blue) = 8+50+40=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #083228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083228 is #F7CDD7. Grayscale: #242424. Windows color (decimal): -16240088 or 2634248. OLE color: 2634248.

HSL color Cylindrical-coordinate representation of color #083228: hue angle of 165.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083228 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB85040-
CMYK0.8400.200.80
HSL165.71º72.41%11.37%-
HSV(B)165.71º84%19.61%-
XYZ1.622.492.4-
YUV36.3130.09107.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 50 (19.92% from 255) = 51.02%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=8.16%
G=51.02%
B=40.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850400.8400.200.80165.7172.4111.37
Hex832285401450a648b
Octal10625012402412024611013
Binary1000110010101000101010001010010100001010011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083228; }

 p { color: rgb(8,50,40); }

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

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

 a { background-color: rgb(8,50,40); }

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

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

 span { border-color: rgb(8,50,40); }

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