#083128

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

Shades of Dark Green #083128

Tints of Dark Green #083128

Color information

#083128 (or 0x083128) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 28. RGB value is (8,49,40). Sum of RGB (Red+Green+Blue) = 8+49+40=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #083128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083128 is #F7CED7. Grayscale: #232323. Windows color (decimal): -16240344 or 2633992. OLE color: 2633992.

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

Color convert

RGB84940-
CMYK0.8400.180.81
HSL166.83º71.93%11.18%-
HSV(B)166.83º83.67%19.22%-
XYZ1.582.42.39-
YUV35.71130.42108.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=8.25%
G=50.52%
B=41.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849400.8400.180.81166.8371.9311.18
Hex831285401251a748b
Octal10615012402212124711013
Binary1000110001101000101010001001010100011010011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083128; }

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

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

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

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

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

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

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

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