Html Css Color HEX #30A171 Eucalyptus

📋 copy color: '#30A171'

red 48 ◦ green 161 ◦ blue 113

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

Shades of Eucalyptus #30A171

Tints of Eucalyptus #30A171

RGB

 RED value IS 48 (19.14% from 255) = 14.91%

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 14.91%
G = 50%
B = 35.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#30A171 (or 0x30A171) is known color: Eucalyptus. HEX triplet: 30, A1 and 71. RGB value is (48,161,113). Sum of RGB (Red+Green+Blue) = 48+161+113=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #30A171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A171 is #CF5E8E. Grayscale: #797979. Windows color (decimal): -13590159 or 7446832. OLE color: 7446832.

HSL color Cylindrical-coordinate representation of color #30A171: hue angle of 154.51º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A171 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 113 -
CMYK 0.70 0 0.30 0.37
HSL 154.51º 0.54% 0.41% -
HSV(B) 154.51º 0.7% 0.63% -
XYZ 16.94 27.31 20 -
YUV 121.74 123.06 75.4 -
System Red Green Blue C M Y K H S L
Decimal 48 161 113 0.70 0 0.30 0.37 154.51 0.54 0.41
Hex 30 A1 71 46 0 1E 25 9B 36 29
Octal 60 241 161 106 0 36 45 233 66 51
Binary 110000 10100001 1110001 1000110 0 11110 100101 10011011 110110 101001

Color Harmonies of #30A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A171

Black with #30A171

Text Example


Text Example

White with #30A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A171; }

 p { color: rgb(48,161,113); }

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

background-color css

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

 a { background-color: rgb(48,161,113); }

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

border-color css

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

 span { border-color: rgb(48,161,113); }

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