Html Css Color HEX #309760 Eucalyptus

📋 copy color: '#309760'

red 48 ◦ green 151 ◦ blue 96

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

Shades of Eucalyptus #309760

Tints of Eucalyptus #309760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 16.27%
G = 51.19%
B = 32.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#309760 (or 0x309760) is known color: Eucalyptus. HEX triplet: 30, 97 and 60. RGB value is (48,151,96). Sum of RGB (Red+Green+Blue) = 48+151+96=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #309760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309760 is #CF689F. Grayscale: #727272. Windows color (decimal): -13592736 or 6330160. OLE color: 6330160.

HSL color Cylindrical-coordinate representation of color #309760: hue angle of 147.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309760 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 96 -
CMYK 0.68 0 0.36 0.41
HSL 147.96º 0.52% 0.39% -
HSV(B) 147.96º 0.68% 0.59% -
XYZ 14.4 23.61 14.86 -
YUV 113.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 48 151 96 0.68 0 0.36 0.41 147.96 0.52 0.39
Hex 30 97 60 44 0 24 29 94 34 27
Octal 60 227 140 104 0 44 51 224 64 47
Binary 110000 10010111 1100000 1000100 0 100100 101001 10010100 110100 100111

Color Harmonies of #309760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309760

Black with #309760

Text Example


Text Example

White with #309760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309760; }

 p { color: rgb(48,151,96); }

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

background-color css

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

 a { background-color: rgb(48,151,96); }

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

border-color css

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

 span { border-color: rgb(48,151,96); }

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