Html Css Color HEX #829019 Trendy Green

📋 copy color: '#829019'

red 130 ◦ green 144 ◦ blue 25

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

Shades of Trendy Green #829019

Tints of Trendy Green #829019

RGB

 RED value IS 130 (51.17% from 255) = 43.48%

 GREEN value IS 144 (56.64% from 255) = 48.16%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 43.48%
G = 48.16%
B = 8.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#829019 (or 0x829019) is known color: Trendy Green. HEX triplet: 82, 90 and 19. RGB value is (130,144,25). Sum of RGB (Red+Green+Blue) = 130+144+25=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #829019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829019 is #7D6FE6. Grayscale: #7E7E7E. Windows color (decimal): -8220647 or 1675394. OLE color: 1675394.

HSL color Cylindrical-coordinate representation of color #829019: hue angle of 67.06º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #829019 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 25 -
CMYK 0.10 0 0.83 0.44
HSL 67.06º 0.7% 0.33% -
HSV(B) 67.06º 0.83% 0.56% -
XYZ 19.35 24.76 4.68 -
YUV 126.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 130 144 25 0.10 0 0.83 0.44 67.06 0.7 0.33
Hex 82 90 19 A 0 53 2C 43 46 21
Octal 202 220 31 12 0 123 54 103 106 41
Binary 10000010 10010000 11001 1010 0 1010011 101100 1000011 1000110 100001

Color Harmonies of #829019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829019

Black with #829019

Text Example


Text Example

White with #829019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829019; }

 p { color: rgb(130,144,25); }

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

background-color css

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

 a { background-color: rgb(130,144,25); }

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

border-color css

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

 span { border-color: rgb(130,144,25); }

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