Html Css Color HEX #30A55A Eucalyptus

📋 copy color: '#30A55A'

red 48 ◦ green 165 ◦ blue 90

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

Shades of Eucalyptus #30A55A

Tints of Eucalyptus #30A55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 15.84%
G = 54.46%
B = 29.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#30A55A (or 0x30A55A) is known color: Eucalyptus. HEX triplet: 30, A5 and 5A. RGB value is (48,165,90). Sum of RGB (Red+Green+Blue) = 48+165+90=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #30A55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A55A is #CF5AA5. Grayscale: #797979. Windows color (decimal): -13589158 or 5940528. OLE color: 5940528.

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

Color convert

RGB 48 165 90 -
CMYK 0.71 0 0.45 0.35
HSL 141.54º 0.55% 0.42% -
HSV(B) 141.54º 0.71% 0.65% -
XYZ 16.52 28.28 14.26 -
YUV 121.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 48 165 90 0.71 0 0.45 0.35 141.54 0.55 0.42
Hex 30 A5 5A 47 0 2D 23 8E 37 2A
Octal 60 245 132 107 0 55 43 216 67 52
Binary 110000 10100101 1011010 1000111 0 101101 100011 10001110 110111 101010

Color Harmonies of #30A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A55A

Black with #30A55A

Text Example


Text Example

White with #30A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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