Html Css Color HEX #30A561 Eucalyptus

📋 copy color: '#30A561'

red 48 ◦ green 165 ◦ blue 97

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

Shades of Eucalyptus #30A561

Tints of Eucalyptus #30A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.23%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 15.48%
G = 53.23%
B = 31.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#30A561 (or 0x30A561) is known color: Eucalyptus. HEX triplet: 30, A5 and 61. RGB value is (48,165,97). Sum of RGB (Red+Green+Blue) = 48+165+97=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #30A561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A561 is #CF5A9E. Grayscale: #7A7A7A. Windows color (decimal): -13589151 or 6399280. OLE color: 6399280.

HSL color Cylindrical-coordinate representation of color #30A561: hue angle of 145.13º 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 #30A561 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 97 -
CMYK 0.71 0 0.41 0.35
HSL 145.13º 0.55% 0.42% -
HSV(B) 145.13º 0.71% 0.65% -
XYZ 16.83 28.4 15.9 -
YUV 122.27 113.74 75.03 -
System Red Green Blue C M Y K H S L
Decimal 48 165 97 0.71 0 0.41 0.35 145.13 0.55 0.42
Hex 30 A5 61 47 0 29 23 91 37 2A
Octal 60 245 141 107 0 51 43 221 67 52
Binary 110000 10100101 1100001 1000111 0 101001 100011 10010001 110111 101010

Color Harmonies of #30A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A561

Black with #30A561

Text Example


Text Example

White with #30A561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,97); }

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

background-color css

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

 a { background-color: rgb(48,165,97); }

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

border-color css

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

 span { border-color: rgb(48,165,97); }

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