Html Css Color HEX #309972 Eucalyptus

📋 copy color: '#309972'

red 48 ◦ green 153 ◦ blue 114

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

Shades of Eucalyptus #309972

Tints of Eucalyptus #309972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 15.24%
G = 48.57%
B = 36.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#309972 (or 0x309972) is known color: Eucalyptus. HEX triplet: 30, 99 and 72. RGB value is (48,153,114). Sum of RGB (Red+Green+Blue) = 48+153+114=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #309972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309972 is #CF668D. Grayscale: #757575. Windows color (decimal): -13592206 or 7510320. OLE color: 7510320.

HSL color Cylindrical-coordinate representation of color #309972: hue angle of 157.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309972 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 114 -
CMYK 0.69 0 0.25 0.4
HSL 157.71º 0.52% 0.39% -
HSV(B) 157.71º 0.69% 0.6% -
XYZ 15.65 24.63 19.85 -
YUV 117.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 48 153 114 0.69 0 0.25 0.4 157.71 0.52 0.39
Hex 30 99 72 45 0 19 28 9E 34 27
Octal 60 231 162 105 0 31 50 236 64 47
Binary 110000 10011001 1110010 1000101 0 11001 101000 10011110 110100 100111

Color Harmonies of #309972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309972

Black with #309972

Text Example


Text Example

White with #309972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309972; }

 p { color: rgb(48,153,114); }

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

background-color css

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

 a { background-color: rgb(48,153,114); }

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

border-color css

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

 span { border-color: rgb(48,153,114); }

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