Html Css Color HEX #30A170 Eucalyptus

📋 copy color: '#30A170'

red 48 ◦ green 161 ◦ blue 112

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

Shades of Eucalyptus #30A170

Tints of Eucalyptus #30A170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 14.95%
G = 50.16%
B = 34.89%

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

#30A170 (or 0x30A170) is known color: Eucalyptus. HEX triplet: 30, A1 and 70. RGB value is (48,161,112). Sum of RGB (Red+Green+Blue) = 48+161+112=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #30A170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A170 is #CF5E8F. Grayscale: #797979. Windows color (decimal): -13590160 or 7381296. OLE color: 7381296.

HSL color Cylindrical-coordinate representation of color #30A170: hue angle of 153.98º 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 #30A170 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 112 -
CMYK 0.70 0 0.30 0.37
HSL 153.98º 0.54% 0.41% -
HSV(B) 153.98º 0.7% 0.63% -
XYZ 16.89 27.29 19.71 -
YUV 121.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 48 161 112 0.70 0 0.30 0.37 153.98 0.54 0.41
Hex 30 A1 70 46 0 1E 25 9A 36 29
Octal 60 241 160 106 0 36 45 232 66 51
Binary 110000 10100001 1110000 1000110 0 11110 100101 10011010 110110 101001

Color Harmonies of #30A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A170

Black with #30A170

Text Example


Text Example

White with #30A170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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