Html Css Color HEX #30AC60 Eucalyptus

📋 copy color: '#30AC60'

red 48 ◦ green 172 ◦ blue 96

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

Shades of Eucalyptus #30AC60

Tints of Eucalyptus #30AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

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

R = 15.19%
G = 54.43%
B = 30.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#30AC60 (or 0x30AC60) is known color: Eucalyptus. HEX triplet: 30, AC and 60. RGB value is (48,172,96). Sum of RGB (Red+Green+Blue) = 48+172+96=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AC60 is #CF539F. Grayscale: #7E7E7E. Windows color (decimal): -13587360 or 6335536. OLE color: 6335536.

HSL color Cylindrical-coordinate representation of color #30AC60: hue angle of 143.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC60 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 96 -
CMYK 0.72 0 0.44 0.33
HSL 143.23º 0.56% 0.43% -
HSV(B) 143.23º 0.72% 0.67% -
XYZ 18.08 30.98 16.09 -
YUV 126.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 48 172 96 0.72 0 0.44 0.33 143.23 0.56 0.43
Hex 30 AC 60 48 0 2C 21 8F 38 2B
Octal 60 254 140 110 0 54 41 217 70 53
Binary 110000 10101100 1100000 1001000 0 101100 100001 10001111 111000 101011

Color Harmonies of #30AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC60

Black with #30AC60

Text Example


Text Example

White with #30AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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