Html Css Color HEX #30946C Eucalyptus

📋 copy color: '#30946C'

red 48 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #30946C

Tints of Eucalyptus #30946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 15.79%
G = 48.68%
B = 35.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#30946C (or 0x30946C) is known color: Eucalyptus. HEX triplet: 30, 94 and 6C. RGB value is (48,148,108). Sum of RGB (Red+Green+Blue) = 48+148+108=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #30946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30946C is #CF6B93. Grayscale: #717171. Windows color (decimal): -13593492 or 7115824. OLE color: 7115824.

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

Color convert

RGB 48 148 108 -
CMYK 0.68 0 0.27 0.42
HSL 156º 0.51% 0.38% -
HSV(B) 156º 0.68% 0.58% -
XYZ 14.52 22.89 17.84 -
YUV 113.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 48 148 108 0.68 0 0.27 0.42 156 0.51 0.38
Hex 30 94 6C 44 0 1B 2A 9C 33 26
Octal 60 224 154 104 0 33 52 234 63 46
Binary 110000 10010100 1101100 1000100 0 11011 101010 10011100 110011 100110

Color Harmonies of #30946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30946C

Black with #30946C

Text Example


Text Example

White with #30946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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