Html Css Color HEX #30946F Eucalyptus

📋 copy color: '#30946F'

red 48 ◦ green 148 ◦ blue 111

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

Shades of Eucalyptus #30946F

Tints of Eucalyptus #30946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 15.64%
G = 48.21%
B = 36.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#30946F (or 0x30946F) is known color: Eucalyptus. HEX triplet: 30, 94 and 6F. RGB value is (48,148,111). Sum of RGB (Red+Green+Blue) = 48+148+111=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #30946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30946F is #CF6B90. Grayscale: #717171. Windows color (decimal): -13593489 or 7312432. OLE color: 7312432.

HSL color Cylindrical-coordinate representation of color #30946F: hue angle of 157.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 #30946F is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 111 -
CMYK 0.68 0 0.25 0.42
HSL 157.8º 0.51% 0.38% -
HSV(B) 157.8º 0.68% 0.58% -
XYZ 14.68 22.96 18.7 -
YUV 113.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 48 148 111 0.68 0 0.25 0.42 157.8 0.51 0.38
Hex 30 94 6F 44 0 19 2A 9E 33 26
Octal 60 224 157 104 0 31 52 236 63 46
Binary 110000 10010100 1101111 1000100 0 11001 101010 10011110 110011 100110

Color Harmonies of #30946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30946F

Black with #30946F

Text Example


Text Example

White with #30946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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