Html Css Color HEX #827D1E Trendy Green

📋 copy color: '#827D1E'

red 130 ◦ green 125 ◦ blue 30

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

Shades of Trendy Green #827D1E

Tints of Trendy Green #827D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 45.61%
G = 43.86%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#827D1E (or 0x827D1E) is known color: Trendy Green. HEX triplet: 82, 7D and 1E. RGB value is (130,125,30). Sum of RGB (Red+Green+Blue) = 130+125+30=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D1E is #7D82E1. Grayscale: #747474. Windows color (decimal): -8225506 or 1998210. OLE color: 1998210.

HSL color Cylindrical-coordinate representation of color #827D1E: hue angle of 57º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #827D1E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 30 -
CMYK 0 0.04 0.77 0.49
HSL 57º 0.63% 0.31% -
HSV(B) 57º 0.77% 0.51% -
XYZ 16.77 19.51 4.11 -
YUV 115.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 130 125 30 0 0.04 0.77 0.49 57 0.63 0.31
Hex 82 7D 1E 0 4 4D 31 39 3E 1F
Octal 202 175 36 0 4 115 61 71 76 37
Binary 10000010 1111101 11110 0 100 1001101 110001 111001 111110 11111

Color Harmonies of #827D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D1E

Black with #827D1E

Text Example


Text Example

White with #827D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827D1E; }

 p { color: rgb(130,125,30); }

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

background-color css

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

 a { background-color: rgb(130,125,30); }

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

border-color css

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

 span { border-color: rgb(130,125,30); }

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