#818029

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

Shades of Trendy Green #818029

Tints of Trendy Green #818029

Color information

#818029 (or 0x818029) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 29. RGB value is (129,128,41). Sum of RGB (Red+Green+Blue) = 129+128+41=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #818029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818029 is #7E7FD6. Grayscale: #767676. Windows color (decimal): -8290263 or 2719873. OLE color: 2719873.

HSL color Cylindrical-coordinate representation of color #818029: hue angle of 59.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #818029 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB12912841-
CMYK00.010.680.49
HSL59.32º51.76%33.33%-
HSV(B)59.32º68.22%50.59%-
XYZ17.1720.275.1-
YUV118.3884.33135.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 41 (16.41% from 255) = 13.76%
R=43.29%
G=42.95%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291284100.010.680.4959.3251.7633.33
Hex8180290144313b3421
Octal201200510110461736441
Binary1000000110000000101001011000100110001111011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818029; }

 p { color: rgb(129,128,41); }

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

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

 a { background-color: rgb(129,128,41); }

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

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

 span { border-color: rgb(129,128,41); }

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