Html Css Color HEX #858C29 Trendy Green

📋 copy color: '#858C29'

red 133 ◦ green 140 ◦ blue 41

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

Shades of Trendy Green #858C29

Tints of Trendy Green #858C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

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

R = 42.36%
G = 44.59%
B = 13.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#858C29 (or 0x858C29) is known color: Trendy Green. HEX triplet: 85, 8C and 29. RGB value is (133,140,41). Sum of RGB (Red+Green+Blue) = 133+140+41=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #858C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C29 is #7A73D6. Grayscale: #7F7F7F. Windows color (decimal): -8025047 or 2722949. OLE color: 2722949.

HSL color Cylindrical-coordinate representation of color #858C29: hue angle of 64.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858C29 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 41 -
CMYK 0.05 0 0.71 0.45
HSL 64.24º 0.55% 0.35% -
HSV(B) 64.24º 0.71% 0.55% -
XYZ 19.45 23.9 5.69 -
YUV 126.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 133 140 41 0.05 0 0.71 0.45 64.24 0.55 0.35
Hex 85 8C 29 5 0 47 2D 40 37 23
Octal 205 214 51 5 0 107 55 100 67 43
Binary 10000101 10001100 101001 101 0 1000111 101101 1000000 110111 100011

Color Harmonies of #858C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C29

Black with #858C29

Text Example


Text Example

White with #858C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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