Html Css Color HEX #30A45D Eucalyptus

📋 copy color: '#30A45D'

red 48 ◦ green 164 ◦ blue 93

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

Shades of Eucalyptus #30A45D

Tints of Eucalyptus #30A45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 15.74%
G = 53.77%
B = 30.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#30A45D (or 0x30A45D) is known color: Eucalyptus. HEX triplet: 30, A4 and 5D. RGB value is (48,164,93). Sum of RGB (Red+Green+Blue) = 48+164+93=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #30A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A45D is #CF5BA2. Grayscale: #797979. Windows color (decimal): -13589411 or 6136880. OLE color: 6136880.

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

Color convert

RGB 48 164 93 -
CMYK 0.71 0 0.43 0.36
HSL 143.28º 0.55% 0.42% -
HSV(B) 143.28º 0.71% 0.64% -
XYZ 16.47 27.97 14.89 -
YUV 121.22 112.07 75.77 -
System Red Green Blue C M Y K H S L
Decimal 48 164 93 0.71 0 0.43 0.36 143.28 0.55 0.42
Hex 30 A4 5D 47 0 2B 24 8F 37 2A
Octal 60 244 135 107 0 53 44 217 67 52
Binary 110000 10100100 1011101 1000111 0 101011 100100 10001111 110111 101010

Color Harmonies of #30A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A45D

Black with #30A45D

Text Example


Text Example

White with #30A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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