Html Css Color HEX #30A460 Eucalyptus

📋 copy color: '#30A460'

red 48 ◦ green 164 ◦ blue 96

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

Shades of Eucalyptus #30A460

Tints of Eucalyptus #30A460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.25%

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

R = 15.58%
G = 53.25%
B = 31.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#30A460 (or 0x30A460) is known color: Eucalyptus. HEX triplet: 30, A4 and 60. RGB value is (48,164,96). Sum of RGB (Red+Green+Blue) = 48+164+96=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #30A460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A460 is #CF5B9F. Grayscale: #797979. Windows color (decimal): -13589408 or 6333488. OLE color: 6333488.

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

Color convert

RGB 48 164 96 -
CMYK 0.71 0 0.41 0.36
HSL 144.83º 0.55% 0.42% -
HSV(B) 144.83º 0.71% 0.64% -
XYZ 16.61 28.02 15.6 -
YUV 121.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 48 164 96 0.71 0 0.41 0.36 144.83 0.55 0.42
Hex 30 A4 60 47 0 29 24 91 37 2A
Octal 60 244 140 107 0 51 44 221 67 52
Binary 110000 10100100 1100000 1000111 0 101001 100100 10010001 110111 101010

Color Harmonies of #30A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A460

Black with #30A460

Text Example


Text Example

White with #30A460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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