Html Css Color HEX #309166 Eucalyptus

📋 copy color: '#309166'

red 48 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #309166

Tints of Eucalyptus #309166

RGB

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

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

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

R = 16.27%
G = 49.15%
B = 34.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#309166 (or 0x309166) is known color: Eucalyptus. HEX triplet: 30, 91 and 66. RGB value is (48,145,102). Sum of RGB (Red+Green+Blue) = 48+145+102=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #309166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309166 is #CF6E99. Grayscale: #6F6F6F. Windows color (decimal): -13594266 or 6721840. OLE color: 6721840.

HSL color Cylindrical-coordinate representation of color #309166: hue angle of 153.4º 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 #309166 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 102 -
CMYK 0.67 0 0.30 0.43
HSL 153.4º 0.5% 0.38% -
HSV(B) 153.4º 0.67% 0.57% -
XYZ 13.74 21.84 16.06 -
YUV 111.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 48 145 102 0.67 0 0.30 0.43 153.4 0.5 0.38
Hex 30 91 66 43 0 1E 2B 99 32 26
Octal 60 221 146 103 0 36 53 231 62 46
Binary 110000 10010001 1100110 1000011 0 11110 101011 10011001 110010 100110

Color Harmonies of #309166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309166

Black with #309166

Text Example


Text Example

White with #309166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309166; }

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

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

background-color css

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

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

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

border-color css

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

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

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