Html Css Color HEX #827F1D Trendy Green

📋 copy color: '#827F1D'

red 130 ◦ green 127 ◦ blue 29

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

Shades of Trendy Green #827F1D

Tints of Trendy Green #827F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 44.41%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 45.45%
G = 44.41%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#827F1D (or 0x827F1D) is known color: Trendy Green. HEX triplet: 82, 7F and 1D. RGB value is (130,127,29). Sum of RGB (Red+Green+Blue) = 130+127+29=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F1D is #7D80E2. Grayscale: #757575. Windows color (decimal): -8224995 or 1933186. OLE color: 1933186.

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

Color convert

RGB 130 127 29 -
CMYK 0 0.02 0.78 0.49
HSL 58.22º 0.64% 0.31% -
HSV(B) 58.22º 0.78% 0.51% -
XYZ 17.02 20.01 4.13 -
YUV 116.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 130 127 29 0 0.02 0.78 0.49 58.22 0.64 0.31
Hex 82 7F 1D 0 2 4E 31 3A 40 1F
Octal 202 177 35 0 2 116 61 72 100 37
Binary 10000010 1111111 11101 0 10 1001110 110001 111010 1000000 11111

Color Harmonies of #827F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F1D

Black with #827F1D

Text Example


Text Example

White with #827F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,29); }

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

background-color css

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

 a { background-color: rgb(130,127,29); }

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

border-color css

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

 span { border-color: rgb(130,127,29); }

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