#828A27

Color #828A27 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #828A27

Tints of Trendy Green #828A27

Color information

#828A27 (or 0x828A27) is unknown color: approx Trendy Green. HEX triplet: 82, 8A and 27. RGB value is (130,138,39). Sum of RGB (Red+Green+Blue) = 130+138+39=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #828A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A27 is #7D75D8. Grayscale: #7C7C7C. Windows color (decimal): -8222169 or 2591362. OLE color: 2591362.

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

Color convert

RGB13013839-
CMYK0.0600.720.46
HSL64.85º55.93%34.71%-
HSV(B)64.85º71.74%54.12%-
XYZ18.6623.075.39-
YUV124.3279.85132.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=42.35%
G=44.95%
B=12.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138390.0600.720.4664.8555.9334.71
Hex828A2760482E413823
Octal2022124760110561017043
Binary1000001010001010100111110010010001011101000001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #828A27;
 }
 .AnyTagClassName
 {
   color: #828A27;
 }
</style>
background-color css

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

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

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

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

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

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