Html Css Color HEX #309666 Eucalyptus

📋 copy color: '#309666'

red 48 ◦ green 150 ◦ blue 102

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

Shades of Eucalyptus #309666

Tints of Eucalyptus #309666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 16%
G = 50%
B = 34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#309666 (or 0x309666) is known color: Eucalyptus. HEX triplet: 30, 96 and 66. RGB value is (48,150,102). Sum of RGB (Red+Green+Blue) = 48+150+102=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #309666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309666 is #CF6999. Grayscale: #727272. Windows color (decimal): -13592986 or 6723120. OLE color: 6723120.

HSL color Cylindrical-coordinate representation of color #309666: hue angle of 151.76º 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 #309666 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 102 -
CMYK 0.68 0 0.32 0.41
HSL 151.76º 0.52% 0.39% -
HSV(B) 151.76º 0.68% 0.59% -
XYZ 14.52 23.4 16.32 -
YUV 114.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 48 150 102 0.68 0 0.32 0.41 151.76 0.52 0.39
Hex 30 96 66 44 0 20 29 98 34 27
Octal 60 226 146 104 0 40 51 230 64 47
Binary 110000 10010110 1100110 1000100 0 100000 101001 10011000 110100 100111

Color Harmonies of #309666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309666

Black with #309666

Text Example


Text Example

White with #309666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309666; }

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

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

background-color css

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

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

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

border-color css

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

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

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