Html Css Color HEX #30A764 Eucalyptus

📋 copy color: '#30A764'

red 48 ◦ green 167 ◦ blue 100

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

Shades of Eucalyptus #30A764

Tints of Eucalyptus #30A764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.02%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 15.24%
G = 53.02%
B = 31.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#30A764 (or 0x30A764) is known color: Eucalyptus. HEX triplet: 30, A7 and 64. RGB value is (48,167,100). Sum of RGB (Red+Green+Blue) = 48+167+100=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #30A764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A764 is #CF589B. Grayscale: #7B7B7B. Windows color (decimal): -13588636 or 6596400. OLE color: 6596400.

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

Color convert

RGB 48 167 100 -
CMYK 0.71 0 0.40 0.35
HSL 146.22º 0.55% 0.42% -
HSV(B) 146.22º 0.71% 0.65% -
XYZ 17.34 29.19 16.78 -
YUV 123.78 114.58 73.95 -
System Red Green Blue C M Y K H S L
Decimal 48 167 100 0.71 0 0.40 0.35 146.22 0.55 0.42
Hex 30 A7 64 47 0 28 23 92 37 2A
Octal 60 247 144 107 0 50 43 222 67 52
Binary 110000 10100111 1100100 1000111 0 101000 100011 10010010 110111 101010

Color Harmonies of #30A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A764

Black with #30A764

Text Example


Text Example

White with #30A764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,167,100); }

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

background-color css

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

 a { background-color: rgb(48,167,100); }

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

border-color css

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

 span { border-color: rgb(48,167,100); }

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