#083027

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

Shades of Dark Green #083027

Tints of Dark Green #083027

Color information

#083027 (or 0x083027) is unknown color: approx Dark Green. HEX triplet: 08, 30 and 27. RGB value is (8,48,39). Sum of RGB (Red+Green+Blue) = 8+48+39=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #083027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083027 is #F7CFD8. Grayscale: #232323. Windows color (decimal): -16240601 or 2568200. OLE color: 2568200.

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

Color convert

RGB84839-
CMYK0.8300.190.81
HSL166.5º71.43%10.98%-
HSV(B)166.5º83.33%18.82%-
XYZ1.522.312.29-
YUV35.01130.25108.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=8.42%
G=50.53%
B=41.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848390.8300.190.81166.571.4310.98
Hex830275301351a647b
Octal10604712302312124610713
Binary1000110000100111101001101001110100011010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083027; }

 p { color: rgb(8,48,39); }

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

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

 a { background-color: rgb(8,48,39); }

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

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

 span { border-color: rgb(8,48,39); }

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