Html Css Color HEX #30A05D Eucalyptus

📋 copy color: '#30A05D'

red 48 ◦ green 160 ◦ blue 93

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

Shades of Eucalyptus #30A05D

Tints of Eucalyptus #30A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.16%

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

R = 15.95%
G = 53.16%
B = 30.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#30A05D (or 0x30A05D) is known color: Eucalyptus. HEX triplet: 30, A0 and 5D. RGB value is (48,160,93). Sum of RGB (Red+Green+Blue) = 48+160+93=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #30A05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A05D is #CF5FA2. Grayscale: #777777. Windows color (decimal): -13590435 or 6135856. OLE color: 6135856.

HSL color Cylindrical-coordinate representation of color #30A05D: hue angle of 144.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A05D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 93 -
CMYK 0.70 0 0.42 0.37
HSL 144.11º 0.54% 0.41% -
HSV(B) 144.11º 0.7% 0.63% -
XYZ 15.77 26.56 14.65 -
YUV 118.87 113.39 77.45 -
System Red Green Blue C M Y K H S L
Decimal 48 160 93 0.70 0 0.42 0.37 144.11 0.54 0.41
Hex 30 A0 5D 46 0 2A 25 90 36 29
Octal 60 240 135 106 0 52 45 220 66 51
Binary 110000 10100000 1011101 1000110 0 101010 100101 10010000 110110 101001

Color Harmonies of #30A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A05D

Black with #30A05D

Text Example


Text Example

White with #30A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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