Html Css Color HEX #30A15C Eucalyptus

📋 copy color: '#30A15C'

red 48 ◦ green 161 ◦ blue 92

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

Shades of Eucalyptus #30A15C

Tints of Eucalyptus #30A15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 15.95%
G = 53.49%
B = 30.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#30A15C (or 0x30A15C) is known color: Eucalyptus. HEX triplet: 30, A1 and 5C. RGB value is (48,161,92). Sum of RGB (Red+Green+Blue) = 48+161+92=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #30A15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A15C is #CF5EA3. Grayscale: #777777. Windows color (decimal): -13590180 or 6070576. OLE color: 6070576.

HSL color Cylindrical-coordinate representation of color #30A15C: hue angle of 143.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A15C is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 92 -
CMYK 0.70 0 0.43 0.37
HSL 143.36º 0.54% 0.41% -
HSV(B) 143.36º 0.7% 0.63% -
XYZ 15.9 26.89 14.48 -
YUV 119.35 112.56 77.11 -
System Red Green Blue C M Y K H S L
Decimal 48 161 92 0.70 0 0.43 0.37 143.36 0.54 0.41
Hex 30 A1 5C 46 0 2B 25 8F 36 29
Octal 60 241 134 106 0 53 45 217 66 51
Binary 110000 10100001 1011100 1000110 0 101011 100101 10001111 110110 101001

Color Harmonies of #30A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A15C

Black with #30A15C

Text Example


Text Example

White with #30A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,161,92); }

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

background-color css

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

 a { background-color: rgb(48,161,92); }

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

border-color css

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

 span { border-color: rgb(48,161,92); }

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