Html Css Color HEX #827E2F Trendy Green

📋 copy color: '#827E2F'

red 130 ◦ green 126 ◦ blue 47

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

Shades of Trendy Green #827E2F

Tints of Trendy Green #827E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 42.9%
G = 41.58%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#827E2F (or 0x827E2F) is known color: Trendy Green. HEX triplet: 82, 7E and 2F. RGB value is (130,126,47). Sum of RGB (Red+Green+Blue) = 130+126+47=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #827E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E2F is #7D81D0. Grayscale: #767676. Windows color (decimal): -8225233 or 3112578. OLE color: 3112578.

HSL color Cylindrical-coordinate representation of color #827E2F: hue angle of 57.11º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #827E2F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 47 -
CMYK 0 0.03 0.64 0.49
HSL 57.11º 0.47% 0.35% -
HSV(B) 57.11º 0.64% 0.51% -
XYZ 17.18 19.87 5.62 -
YUV 118.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 130 126 47 0 0.03 0.64 0.49 57.11 0.47 0.35
Hex 82 7E 2F 0 3 40 31 39 2F 23
Octal 202 176 57 0 3 100 61 71 57 43
Binary 10000010 1111110 101111 0 11 1000000 110001 111001 101111 100011

Color Harmonies of #827E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E2F

Black with #827E2F

Text Example


Text Example

White with #827E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,47); }

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

background-color css

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

 a { background-color: rgb(130,126,47); }

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

border-color css

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

 span { border-color: rgb(130,126,47); }

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