Html Css Color HEX #309570 Eucalyptus

📋 copy color: '#309570'

red 48 ◦ green 149 ◦ blue 112

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

Shades of Eucalyptus #309570

Tints of Eucalyptus #309570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.22%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 15.53%
G = 48.22%
B = 36.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#309570 (or 0x309570) is known color: Eucalyptus. HEX triplet: 30, 95 and 70. RGB value is (48,149,112). Sum of RGB (Red+Green+Blue) = 48+149+112=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #309570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309570 is #CF6A8F. Grayscale: #727272. Windows color (decimal): -13593232 or 7378224. OLE color: 7378224.

HSL color Cylindrical-coordinate representation of color #309570: hue angle of 158.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309570 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 112 -
CMYK 0.68 0 0.25 0.42
HSL 158.02º 0.51% 0.39% -
HSV(B) 158.02º 0.68% 0.58% -
XYZ 14.89 23.29 19.04 -
YUV 114.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 48 149 112 0.68 0 0.25 0.42 158.02 0.51 0.39
Hex 30 95 70 44 0 19 2A 9E 33 27
Octal 60 225 160 104 0 31 52 236 63 47
Binary 110000 10010101 1110000 1000100 0 11001 101010 10011110 110011 100111

Color Harmonies of #309570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309570

Black with #309570

Text Example


Text Example

White with #309570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309570; }

 p { color: rgb(48,149,112); }

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

background-color css

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

 a { background-color: rgb(48,149,112); }

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

border-color css

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

 span { border-color: rgb(48,149,112); }

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