Html Css Color HEX #30946E Eucalyptus

📋 copy color: '#30946E'

red 48 ◦ green 148 ◦ blue 110

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

Shades of Eucalyptus #30946E

Tints of Eucalyptus #30946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 15.69%
G = 48.37%
B = 35.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#30946E (or 0x30946E) is known color: Eucalyptus. HEX triplet: 30, 94 and 6E. RGB value is (48,148,110). Sum of RGB (Red+Green+Blue) = 48+148+110=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #30946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30946E is #CF6B91. Grayscale: #717171. Windows color (decimal): -13593490 or 7246896. OLE color: 7246896.

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

Color convert

RGB 48 148 110 -
CMYK 0.68 0 0.26 0.42
HSL 157.2º 0.51% 0.38% -
HSV(B) 157.2º 0.68% 0.58% -
XYZ 14.62 22.93 18.41 -
YUV 113.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 48 148 110 0.68 0 0.26 0.42 157.2 0.51 0.38
Hex 30 94 6E 44 0 1A 2A 9D 33 26
Octal 60 224 156 104 0 32 52 235 63 46
Binary 110000 10010100 1101110 1000100 0 11010 101010 10011101 110011 100110

Color Harmonies of #30946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30946E

Black with #30946E

Text Example


Text Example

White with #30946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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