Html Css Color HEX #30A865 Eucalyptus

📋 copy color: '#30A865'

red 48 ◦ green 168 ◦ blue 101

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

Shades of Eucalyptus #30A865

Tints of Eucalyptus #30A865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53%

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

R = 15.14%
G = 53%
B = 31.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#30A865 (or 0x30A865) is known color: Eucalyptus. HEX triplet: 30, A8 and 65. RGB value is (48,168,101). Sum of RGB (Red+Green+Blue) = 48+168+101=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #30A865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A865 is #CF579A. Grayscale: #7C7C7C. Windows color (decimal): -13588379 or 6662192. OLE color: 6662192.

HSL color Cylindrical-coordinate representation of color #30A865: hue angle of 146.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A865 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 168 101 -
CMYK 0.71 0 0.40 0.34
HSL 146.5º 0.56% 0.42% -
HSV(B) 146.5º 0.71% 0.66% -
XYZ 17.57 29.57 17.09 -
YUV 124.48 114.74 73.45 -
System Red Green Blue C M Y K H S L
Decimal 48 168 101 0.71 0 0.40 0.34 146.5 0.56 0.42
Hex 30 A8 65 47 0 28 22 92 38 2A
Octal 60 250 145 107 0 50 42 222 70 52
Binary 110000 10101000 1100101 1000111 0 101000 100010 10010010 111000 101010

Color Harmonies of #30A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A865

Black with #30A865

Text Example


Text Example

White with #30A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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