Html Css Color HEX #73B28F Padua

📋 copy color: '#73B28F'

red 115 ◦ green 178 ◦ blue 143

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

Shades of Padua #73B28F

Tints of Padua #73B28F

RGB

 RED value IS 115 (45.31% from 255) = 26.38%

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 26.38%
G = 40.83%
B = 32.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#73B28F (or 0x73B28F) is known color: Padua. HEX triplet: 73, B2 and 8F. RGB value is (115,178,143). Sum of RGB (Red+Green+Blue) = 115+178+143=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #73B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B28F is #8C4D70. Grayscale: #9B9B9B. Windows color (decimal): -9194865 or 9417331. OLE color: 9417331.

HSL color Cylindrical-coordinate representation of color #73B28F: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B28F is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 143 -
CMYK 0.35 0 0.20 0.30
HSL 146.67º 0.29% 0.57% -
HSV(B) 146.67º 0.35% 0.7% -
XYZ 27.95 37.47 31.75 -
YUV 155.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 115 178 143 0.35 0 0.20 0.30 146.67 0.29 0.57
Hex 73 B2 8F 23 0 14 1E 93 1D 39
Octal 163 262 217 43 0 24 36 223 35 71
Binary 1110011 10110010 10001111 100011 0 10100 11110 10010011 11101 111001

Color Harmonies of #73B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B28F

Black with #73B28F

Text Example


Text Example

White with #73B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B28F; }

 p { color: rgb(115,178,143); }

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

background-color css

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

 a { background-color: rgb(115,178,143); }

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

border-color css

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

 span { border-color: rgb(115,178,143); }

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