Html Css Color HEX #30A660 Eucalyptus

📋 copy color: '#30A660'

red 48 ◦ green 166 ◦ blue 96

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

Shades of Eucalyptus #30A660

Tints of Eucalyptus #30A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.55%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 15.48%
G = 53.55%
B = 30.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#30A660 (or 0x30A660) is known color: Eucalyptus. HEX triplet: 30, A6 and 60. RGB value is (48,166,96). Sum of RGB (Red+Green+Blue) = 48+166+96=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #30A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A660 is #CF599F. Grayscale: #7A7A7A. Windows color (decimal): -13588896 or 6334000. OLE color: 6334000.

HSL color Cylindrical-coordinate representation of color #30A660: hue angle of 144.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A660 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 166 96 -
CMYK 0.71 0 0.42 0.35
HSL 144.41º 0.55% 0.42% -
HSV(B) 144.41º 0.71% 0.65% -
XYZ 16.97 28.75 15.72 -
YUV 122.74 112.91 74.69 -
System Red Green Blue C M Y K H S L
Decimal 48 166 96 0.71 0 0.42 0.35 144.41 0.55 0.42
Hex 30 A6 60 47 0 2A 23 90 37 2A
Octal 60 246 140 107 0 52 43 220 67 52
Binary 110000 10100110 1100000 1000111 0 101010 100011 10010000 110111 101010

Color Harmonies of #30A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A660

Black with #30A660

Text Example


Text Example

White with #30A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,96); }

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

background-color css

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

 a { background-color: rgb(48,166,96); }

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

border-color css

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

 span { border-color: rgb(48,166,96); }

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