Html Css Color HEX #30946A Eucalyptus

📋 copy color: '#30946A'

red 48 ◦ green 148 ◦ blue 106

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

Shades of Eucalyptus #30946A

Tints of Eucalyptus #30946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 15.89%
G = 49.01%
B = 35.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#30946A (or 0x30946A) is known color: Eucalyptus. HEX triplet: 30, 94 and 6A. RGB value is (48,148,106). Sum of RGB (Red+Green+Blue) = 48+148+106=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #30946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30946A is #CF6B95. Grayscale: #717171. Windows color (decimal): -13593494 or 6984752. OLE color: 6984752.

HSL color Cylindrical-coordinate representation of color #30946A: hue angle of 154.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30946A is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 106 -
CMYK 0.68 0 0.28 0.42
HSL 154.8º 0.51% 0.38% -
HSV(B) 154.8º 0.68% 0.58% -
XYZ 14.41 22.85 17.29 -
YUV 113.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 48 148 106 0.68 0 0.28 0.42 154.8 0.51 0.38
Hex 30 94 6A 44 0 1C 2A 9B 33 26
Octal 60 224 152 104 0 34 52 233 63 46
Binary 110000 10010100 1101010 1000100 0 11100 101010 10011011 110011 100110

Color Harmonies of #30946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30946A

Black with #30946A

Text Example


Text Example

White with #30946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30946A; }

 p { color: rgb(48,148,106); }

 H1.HeaderClassName
 {
   color: #30946A;
 }
 .AnyTagClassName
 {
   color: #30946A;
 }
</style>

background-color css

<style>
 a { background-color: #30946A; }

 a { background-color: rgb(48,148,106); }

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

border-color css

<style>
 span { border-color: #30946A; }

 span { border-color: rgb(48,148,106); }

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