Html Css Color HEX #309062 Eucalyptus

📋 copy color: '#309062'

red 48 ◦ green 144 ◦ blue 98

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

Shades of Eucalyptus #309062

Tints of Eucalyptus #309062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 16.55%
G = 49.66%
B = 33.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#309062 (or 0x309062) is known color: Eucalyptus. HEX triplet: 30, 90 and 62. RGB value is (48,144,98). Sum of RGB (Red+Green+Blue) = 48+144+98=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #309062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309062 is #CF6F9D. Grayscale: #6E6E6E. Windows color (decimal): -13594526 or 6459440. OLE color: 6459440.

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

Color convert

RGB 48 144 98 -
CMYK 0.67 0 0.32 0.44
HSL 151.25º 0.5% 0.38% -
HSV(B) 151.25º 0.67% 0.56% -
XYZ 13.4 21.46 14.99 -
YUV 110.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 48 144 98 0.67 0 0.32 0.44 151.25 0.5 0.38
Hex 30 90 62 43 0 20 2C 97 32 26
Octal 60 220 142 103 0 40 54 227 62 46
Binary 110000 10010000 1100010 1000011 0 100000 101100 10010111 110010 100110

Color Harmonies of #309062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309062

Black with #309062

Text Example


Text Example

White with #309062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309062; }

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

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

background-color css

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

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

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

border-color css

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

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

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