Html Css Color HEX #30A465 Eucalyptus

📋 copy color: '#30A465'

red 48 ◦ green 164 ◦ blue 101

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

Shades of Eucalyptus #30A465

Tints of Eucalyptus #30A465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 15.34%
G = 52.4%
B = 32.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#30A465 (or 0x30A465) is known color: Eucalyptus. HEX triplet: 30, A4 and 65. RGB value is (48,164,101). Sum of RGB (Red+Green+Blue) = 48+164+101=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #30A465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A465 is #CF5B9A. Grayscale: #7A7A7A. Windows color (decimal): -13589403 or 6661168. OLE color: 6661168.

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

Color convert

RGB 48 164 101 -
CMYK 0.71 0 0.38 0.36
HSL 147.41º 0.55% 0.42% -
HSV(B) 147.41º 0.71% 0.64% -
XYZ 16.84 28.12 16.85 -
YUV 122.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 48 164 101 0.71 0 0.38 0.36 147.41 0.55 0.42
Hex 30 A4 65 47 0 26 24 93 37 2A
Octal 60 244 145 107 0 46 44 223 67 52
Binary 110000 10100100 1100101 1000111 0 100110 100100 10010011 110111 101010

Color Harmonies of #30A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A465

Black with #30A465

Text Example


Text Example

White with #30A465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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