Html Css Color HEX #083028 Dark Green

📋 copy color: '#083028'

red 8 ◦ green 48 ◦ blue 40

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

Shades of Dark Green #083028

Tints of Dark Green #083028

RGB

 RED value IS 8 (3.52% from 255) = 8.33%

 GREEN value IS 48 (19.14% from 255) = 50%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 8.33%
G = 50%
B = 41.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#083028 (or 0x083028) is known color: Dark Green. HEX triplet: 08, 30 and 28. RGB value is (8,48,40). Sum of RGB (Red+Green+Blue) = 8+48+40=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #083028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083028 is #F7CFD7. Grayscale: #232323. Windows color (decimal): -16240600 or 2633736. OLE color: 2633736.

HSL color Cylindrical-coordinate representation of color #083028: hue angle of 168º 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 #083028 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 40 -
CMYK 0.83 0 0.17 0.81
HSL 168º 0.71% 0.11% -
HSV(B) 168º 0.83% 0.19% -
XYZ 1.54 2.32 2.37 -
YUV 35.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 8 48 40 0.83 0 0.17 0.81 168 0.71 0.11
Hex 8 30 28 53 0 11 51 A8 47 B
Octal 10 60 50 123 0 21 121 250 107 13
Binary 1000 110000 101000 1010011 0 10001 1010001 10101000 1000111 1011

Color Harmonies of #083028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083028

Black with #083028

Text Example


Text Example

White with #083028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083028; }

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

 H1.HeaderClassName
 {
   color: #083028;
 }
 .AnyTagClassName
 {
   color: #083028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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