Html Css Color HEX #708028 Trendy Green

📋 copy color: '#708028'

red 112 ◦ green 128 ◦ blue 40

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

Shades of Trendy Green #708028

Tints of Trendy Green #708028

RGB

 RED value IS 112 (44.14% from 255) = 40%

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 40%
G = 45.71%
B = 14.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#708028 (or 0x708028) is known color: Trendy Green. HEX triplet: 70, 80 and 28. RGB value is (112,128,40). Sum of RGB (Red+Green+Blue) = 112+128+40=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #708028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708028 is #8F7FD7. Grayscale: #717171. Windows color (decimal): -9404376 or 2654320. OLE color: 2654320.

HSL color Cylindrical-coordinate representation of color #708028: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708028 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 40 -
CMYK 0.12 0 0.69 0.50
HSL 70.91º 0.52% 0.33% -
HSV(B) 70.91º 0.69% 0.5% -
XYZ 14.78 19.04 4.9 -
YUV 113.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 112 128 40 0.12 0 0.69 0.50 70.91 0.52 0.33
Hex 70 80 28 C 0 45 32 47 34 21
Octal 160 200 50 14 0 105 62 107 64 41
Binary 1110000 10000000 101000 1100 0 1000101 110010 1000111 110100 100001

Color Harmonies of #708028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708028

Black with #708028

Text Example


Text Example

White with #708028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708028; }

 p { color: rgb(112,128,40); }

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

background-color css

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

 a { background-color: rgb(112,128,40); }

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

border-color css

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

 span { border-color: rgb(112,128,40); }

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