Html Css Color HEX #72A252 Asparagus

📋 copy color: '#72A252'

red 114 ◦ green 162 ◦ blue 82

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

Shades of Asparagus #72A252

Tints of Asparagus #72A252

RGB

 RED value IS 114 (44.92% from 255) = 31.84%

 GREEN value IS 162 (63.67% from 255) = 45.25%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 31.84%
G = 45.25%
B = 22.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#72A252 (or 0x72A252) is known color: Asparagus. HEX triplet: 72, A2 and 52. RGB value is (114,162,82). Sum of RGB (Red+Green+Blue) = 114+162+82=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #72A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A252 is #8D5DAD. Grayscale: #8A8A8A. Windows color (decimal): -9264558 or 5415538. OLE color: 5415538.

HSL color Cylindrical-coordinate representation of color #72A252: hue angle of 96º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A252 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 162 82 -
CMYK 0.30 0 0.49 0.36
HSL 96º 0.33% 0.48% -
HSV(B) 96º 0.49% 0.64% -
XYZ 21.38 30.03 12.65 -
YUV 138.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 114 162 82 0.30 0 0.49 0.36 96 0.33 0.48
Hex 72 A2 52 1E 0 31 24 60 21 30
Octal 162 242 122 36 0 61 44 140 41 60
Binary 1110010 10100010 1010010 11110 0 110001 100100 1100000 100001 110000

Color Harmonies of #72A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A252

Black with #72A252

Text Example


Text Example

White with #72A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A252; }

 p { color: rgb(114,162,82); }

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

background-color css

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

 a { background-color: rgb(114,162,82); }

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

border-color css

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

 span { border-color: rgb(114,162,82); }

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