Html Css Color HEX #858029 Trendy Green

📋 copy color: '#858029'

red 133 ◦ green 128 ◦ blue 41

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

Shades of Trendy Green #858029

Tints of Trendy Green #858029

RGB

 RED value IS 133 (52.34% from 255) = 44.04%

 GREEN value IS 128 (50.39% from 255) = 42.38%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 44.04%
G = 42.38%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#858029 (or 0x858029) is known color: Trendy Green. HEX triplet: 85, 80 and 29. RGB value is (133,128,41). Sum of RGB (Red+Green+Blue) = 133+128+41=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #858029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858029 is #7A7FD6. Grayscale: #777777. Windows color (decimal): -8028119 or 2719877. OLE color: 2719877.

HSL color Cylindrical-coordinate representation of color #858029: hue angle of 56.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858029 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 41 -
CMYK 0 0.04 0.69 0.48
HSL 56.74º 0.53% 0.34% -
HSV(B) 56.74º 0.69% 0.52% -
XYZ 17.79 20.58 5.13 -
YUV 119.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 133 128 41 0 0.04 0.69 0.48 56.74 0.53 0.34
Hex 85 80 29 0 4 45 30 39 35 22
Octal 205 200 51 0 4 105 60 71 65 42
Binary 10000101 10000000 101001 0 100 1000101 110000 111001 110101 100010

Color Harmonies of #858029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858029

Black with #858029

Text Example


Text Example

White with #858029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858029; }

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

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

background-color css

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

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

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

border-color css

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

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

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