Html Css Color HEX #083128 Dark Green

📋 copy color: '#083128'

red 8 ◦ green 49 ◦ blue 40

#083128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #083128

Tints of Dark Green #083128

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 value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#083128 (or 0x083128) is known color: 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

RGB 8 49 40 -
CMYK 0.84 0 0.18 0.81
HSL 166.83º 0.72% 0.11% -
HSV(B) 166.83º 0.84% 0.19% -
XYZ 1.58 2.4 2.39 -
YUV 35.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 8 49 40 0.84 0 0.18 0.81 166.83 0.72 0.11
Hex 8 31 28 54 0 12 51 A7 48 B
Octal 10 61 50 124 0 22 121 247 110 13
Binary 1000 110001 101000 1010100 0 10010 1010001 10100111 1001000 1011

Color Harmonies of #083128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083128

Black with #083128

Text Example


Text Example

White with #083128

Text Example


Text Example

HTML Codes & Css Web 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>