Html Css Color HEX #30A45B Eucalyptus

📋 copy color: '#30A45B'

red 48 ◦ green 164 ◦ blue 91

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

Shades of Eucalyptus #30A45B

Tints of Eucalyptus #30A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 15.84%
G = 54.13%
B = 30.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#30A45B (or 0x30A45B) is known color: Eucalyptus. HEX triplet: 30, A4 and 5B. RGB value is (48,164,91). Sum of RGB (Red+Green+Blue) = 48+164+91=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #30A45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A45B is #CF5BA4. Grayscale: #797979. Windows color (decimal): -13589413 or 6005808. OLE color: 6005808.

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

Color convert

RGB 48 164 91 -
CMYK 0.71 0 0.45 0.36
HSL 142.24º 0.55% 0.42% -
HSV(B) 142.24º 0.71% 0.64% -
XYZ 16.38 27.93 14.43 -
YUV 120.99 111.07 75.94 -
System Red Green Blue C M Y K H S L
Decimal 48 164 91 0.71 0 0.45 0.36 142.24 0.55 0.42
Hex 30 A4 5B 47 0 2D 24 8E 37 2A
Octal 60 244 133 107 0 55 44 216 67 52
Binary 110000 10100100 1011011 1000111 0 101101 100100 10001110 110111 101010

Color Harmonies of #30A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A45B

Black with #30A45B

Text Example


Text Example

White with #30A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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