Html Css Color HEX #309B66 Eucalyptus

📋 copy color: '#309B66'

red 48 ◦ green 155 ◦ blue 102

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

Shades of Eucalyptus #309B66

Tints of Eucalyptus #309B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.82%

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

R = 15.74%
G = 50.82%
B = 33.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#309B66 (or 0x309B66) is known color: Eucalyptus. HEX triplet: 30, 9B and 66. RGB value is (48,155,102). Sum of RGB (Red+Green+Blue) = 48+155+102=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #309B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B66 is #CF6499. Grayscale: #757575. Windows color (decimal): -13591706 or 6724400. OLE color: 6724400.

HSL color Cylindrical-coordinate representation of color #309B66: hue angle of 150.28º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B66 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 102 -
CMYK 0.69 0 0.34 0.39
HSL 150.28º 0.53% 0.4% -
HSV(B) 150.28º 0.69% 0.61% -
XYZ 15.34 25.03 16.59 -
YUV 116.97 119.55 78.81 -
System Red Green Blue C M Y K H S L
Decimal 48 155 102 0.69 0 0.34 0.39 150.28 0.53 0.4
Hex 30 9B 66 45 0 22 27 96 35 28
Octal 60 233 146 105 0 42 47 226 65 50
Binary 110000 10011011 1100110 1000101 0 100010 100111 10010110 110101 101000

Color Harmonies of #309B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B66

Black with #309B66

Text Example


Text Example

White with #309B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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