#828E1B

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

Shades of Trendy Green #828E1B

Tints of Trendy Green #828E1B

Color information

#828E1B (or 0x828E1B) is unknown color: approx Trendy Green. HEX triplet: 82, 8E and 1B. RGB value is (130,142,27). Sum of RGB (Red+Green+Blue) = 130+142+27=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #828E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E1B is #7D71E4. Grayscale: #7D7D7D. Windows color (decimal): -8221157 or 1805954. OLE color: 1805954.

HSL color Cylindrical-coordinate representation of color #828E1B: hue angle of 66.26º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #828E1B is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB13014227-
CMYK0.0800.810.44
HSL66.26º68.05%33.14%-
HSV(B)66.26º80.99%55.69%-
XYZ19.0824.174.7-
YUV125.372.52131.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=43.48%
G=47.49%
B=9.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142270.0800.810.4466.2668.0533.14
Hex828E1B80512C424421
Octal202216331001215410210441
Binary10000010100011101101110000101000110110010000101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,27); }

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

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

 a { background-color: rgb(130,142,27); }

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

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

 span { border-color: rgb(130,142,27); }

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