Html Css Color HEX #828A2E Trendy Green

📋 copy color: '#828A2E'

red 130 ◦ green 138 ◦ blue 46

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

Shades of Trendy Green #828A2E

Tints of Trendy Green #828A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 41.4%
G = 43.95%
B = 14.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#828A2E (or 0x828A2E) is known color: Trendy Green. HEX triplet: 82, 8A and 2E. RGB value is (130,138,46). Sum of RGB (Red+Green+Blue) = 130+138+46=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #828A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A2E is #7D75D1. Grayscale: #7D7D7D. Windows color (decimal): -8222162 or 3050114. OLE color: 3050114.

HSL color Cylindrical-coordinate representation of color #828A2E: hue angle of 65.22º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #828A2E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 46 -
CMYK 0.06 0 0.67 0.46
HSL 65.22º 0.5% 0.36% -
HSV(B) 65.22º 0.67% 0.54% -
XYZ 18.79 23.12 6.06 -
YUV 125.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 130 138 46 0.06 0 0.67 0.46 65.22 0.5 0.36
Hex 82 8A 2E 6 0 43 2E 41 32 24
Octal 202 212 56 6 0 103 56 101 62 44
Binary 10000010 10001010 101110 110 0 1000011 101110 1000001 110010 100100

Color Harmonies of #828A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A2E

Black with #828A2E

Text Example


Text Example

White with #828A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A2E; }

 p { color: rgb(130,138,46); }

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

background-color css

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

 a { background-color: rgb(130,138,46); }

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

border-color css

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

 span { border-color: rgb(130,138,46); }

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