Html Css Color HEX #30A55E Eucalyptus

📋 copy color: '#30A55E'

red 48 ◦ green 165 ◦ blue 94

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

Shades of Eucalyptus #30A55E

Tints of Eucalyptus #30A55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 15.64%
G = 53.75%
B = 30.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#30A55E (or 0x30A55E) is known color: Eucalyptus. HEX triplet: 30, A5 and 5E. RGB value is (48,165,94). Sum of RGB (Red+Green+Blue) = 48+165+94=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #30A55E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A55E is #CF5AA1. Grayscale: #7A7A7A. Windows color (decimal): -13589154 or 6202672. OLE color: 6202672.

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

Color convert

RGB 48 165 94 -
CMYK 0.71 0 0.43 0.35
HSL 143.59º 0.55% 0.42% -
HSV(B) 143.59º 0.71% 0.65% -
XYZ 16.69 28.35 15.18 -
YUV 121.92 112.24 75.27 -
System Red Green Blue C M Y K H S L
Decimal 48 165 94 0.71 0 0.43 0.35 143.59 0.55 0.42
Hex 30 A5 5E 47 0 2B 23 90 37 2A
Octal 60 245 136 107 0 53 43 220 67 52
Binary 110000 10100101 1011110 1000111 0 101011 100011 10010000 110111 101010

Color Harmonies of #30A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A55E

Black with #30A55E

Text Example


Text Example

White with #30A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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