Html Css Color HEX #828015 Trendy Green

📋 copy color: '#828015'

red 130 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #828015

Tints of Trendy Green #828015

RGB

 RED value IS 130 (51.17% from 255) = 46.59%

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

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 46.59%
G = 45.88%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#828015 (or 0x828015) is known color: Trendy Green. HEX triplet: 82, 80 and 15. RGB value is (130,128,21). Sum of RGB (Red+Green+Blue) = 130+128+21=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #828015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828015 is #7D7FEA. Grayscale: #747474. Windows color (decimal): -8224747 or 1409154. OLE color: 1409154.

HSL color Cylindrical-coordinate representation of color #828015: hue angle of 58.9º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828015 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 21 -
CMYK 0 0.02 0.84 0.49
HSL 58.9º 0.72% 0.3% -
HSV(B) 58.9º 0.84% 0.51% -
XYZ 17.06 20.24 3.72 -
YUV 116.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 130 128 21 0 0.02 0.84 0.49 58.9 0.72 0.3
Hex 82 80 15 0 2 54 31 3B 48 1E
Octal 202 200 25 0 2 124 61 73 110 36
Binary 10000010 10000000 10101 0 10 1010100 110001 111011 1001000 11110

Color Harmonies of #828015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828015

Black with #828015

Text Example


Text Example

White with #828015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828015; }

 p { color: rgb(130,128,21); }

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

background-color css

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

 a { background-color: rgb(130,128,21); }

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

border-color css

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

 span { border-color: rgb(130,128,21); }

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