Html Css Color HEX #309066 Eucalyptus

📋 copy color: '#309066'

red 48 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #309066

Tints of Eucalyptus #309066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 16.33%
G = 48.98%
B = 34.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#309066 (or 0x309066) is known color: Eucalyptus. HEX triplet: 30, 90 and 66. RGB value is (48,144,102). Sum of RGB (Red+Green+Blue) = 48+144+102=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #309066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309066 is #CF6F99. Grayscale: #6E6E6E. Windows color (decimal): -13594522 or 6721584. OLE color: 6721584.

HSL color Cylindrical-coordinate representation of color #309066: hue angle of 153.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309066 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 102 -
CMYK 0.67 0 0.29 0.44
HSL 153.75º 0.5% 0.38% -
HSV(B) 153.75º 0.67% 0.56% -
XYZ 13.59 21.53 16.01 -
YUV 110.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 48 144 102 0.67 0 0.29 0.44 153.75 0.5 0.38
Hex 30 90 66 43 0 1D 2C 9A 32 26
Octal 60 220 146 103 0 35 54 232 62 46
Binary 110000 10010000 1100110 1000011 0 11101 101100 10011010 110010 100110

Color Harmonies of #309066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309066

Black with #309066

Text Example


Text Example

White with #309066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309066; }

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

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

background-color css

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

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

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

border-color css

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

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

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