Html Css Color HEX #30916C Eucalyptus

📋 copy color: '#30916C'

red 48 ◦ green 145 ◦ blue 108

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

Shades of Eucalyptus #30916C

Tints of Eucalyptus #30916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

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

R = 15.95%
G = 48.17%
B = 35.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#30916C (or 0x30916C) is known color: Eucalyptus. HEX triplet: 30, 91 and 6C. RGB value is (48,145,108). Sum of RGB (Red+Green+Blue) = 48+145+108=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #30916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30916C is #CF6E93. Grayscale: #6F6F6F. Windows color (decimal): -13594260 or 7115056. OLE color: 7115056.

HSL color Cylindrical-coordinate representation of color #30916C: hue angle of 157.11º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30916C is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 108 -
CMYK 0.67 0 0.26 0.43
HSL 157.11º 0.5% 0.38% -
HSV(B) 157.11º 0.67% 0.57% -
XYZ 14.05 21.96 17.69 -
YUV 111.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 48 145 108 0.67 0 0.26 0.43 157.11 0.5 0.38
Hex 30 91 6C 43 0 1A 2B 9D 32 26
Octal 60 221 154 103 0 32 53 235 62 46
Binary 110000 10010001 1101100 1000011 0 11010 101011 10011101 110010 100110

Color Harmonies of #30916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30916C

Black with #30916C

Text Example


Text Example

White with #30916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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