Html Css Color HEX #30966D Eucalyptus

📋 copy color: '#30966D'

red 48 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #30966D

Tints of Eucalyptus #30966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 15.64%
G = 48.86%
B = 35.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#30966D (or 0x30966D) is known color: Eucalyptus. HEX triplet: 30, 96 and 6D. RGB value is (48,150,109). Sum of RGB (Red+Green+Blue) = 48+150+109=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #30966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30966D is #CF6992. Grayscale: #727272. Windows color (decimal): -13592979 or 7181872. OLE color: 7181872.

HSL color Cylindrical-coordinate representation of color #30966D: hue angle of 155.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30966D is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 109 -
CMYK 0.68 0 0.27 0.41
HSL 155.88º 0.52% 0.39% -
HSV(B) 155.88º 0.68% 0.59% -
XYZ 14.89 23.55 18.23 -
YUV 114.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 48 150 109 0.68 0 0.27 0.41 155.88 0.52 0.39
Hex 30 96 6D 44 0 1B 29 9C 34 27
Octal 60 226 155 104 0 33 51 234 64 47
Binary 110000 10010110 1101101 1000100 0 11011 101001 10011100 110100 100111

Color Harmonies of #30966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30966D

Black with #30966D

Text Example


Text Example

White with #30966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30966D; }

 p { color: rgb(48,150,109); }

 H1.HeaderClassName
 {
   color: #30966D;
 }
 .AnyTagClassName
 {
   color: #30966D;
 }
</style>

background-color css

<style>
 a { background-color: #30966D; }

 a { background-color: rgb(48,150,109); }

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

border-color css

<style>
 span { border-color: #30966D; }

 span { border-color: rgb(48,150,109); }

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