Html Css Color HEX #309863 Eucalyptus

📋 copy color: '#309863'

red 48 ◦ green 152 ◦ blue 99

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

Shades of Eucalyptus #309863

Tints of Eucalyptus #309863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.84%

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 16.05%
G = 50.84%
B = 33.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#309863 (or 0x309863) is known color: Eucalyptus. HEX triplet: 30, 98 and 63. RGB value is (48,152,99). Sum of RGB (Red+Green+Blue) = 48+152+99=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #309863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309863 is #CF679C. Grayscale: #727272. Windows color (decimal): -13592477 or 6527024. OLE color: 6527024.

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

Color convert

RGB 48 152 99 -
CMYK 0.68 0 0.35 0.40
HSL 149.42º 0.52% 0.39% -
HSV(B) 149.42º 0.68% 0.6% -
XYZ 14.7 23.99 15.66 -
YUV 114.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 48 152 99 0.68 0 0.35 0.40 149.42 0.52 0.39
Hex 30 98 63 44 0 23 28 95 34 27
Octal 60 230 143 104 0 43 50 225 64 47
Binary 110000 10011000 1100011 1000100 0 100011 101000 10010101 110100 100111

Color Harmonies of #309863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309863

Black with #309863

Text Example


Text Example

White with #309863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309863; }

 p { color: rgb(48,152,99); }

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

background-color css

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

 a { background-color: rgb(48,152,99); }

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

border-color css

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

 span { border-color: rgb(48,152,99); }

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