Html Css Color HEX #309855 Eucalyptus

📋 copy color: '#309855'

red 48 ◦ green 152 ◦ blue 85

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

Shades of Eucalyptus #309855

Tints of Eucalyptus #309855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 16.84%
G = 53.33%
B = 29.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#309855 (or 0x309855) is known color: Eucalyptus. HEX triplet: 30, 98 and 55. RGB value is (48,152,85). Sum of RGB (Red+Green+Blue) = 48+152+85=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #309855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309855 is #CF67AA. Grayscale: #717171. Windows color (decimal): -13592491 or 5609520. OLE color: 5609520.

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

Color convert

RGB 48 152 85 -
CMYK 0.68 0 0.44 0.40
HSL 141.35º 0.52% 0.39% -
HSV(B) 141.35º 0.68% 0.6% -
XYZ 14.09 23.74 12.43 -
YUV 113.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 48 152 85 0.68 0 0.44 0.40 141.35 0.52 0.39
Hex 30 98 55 44 0 2C 28 8D 34 27
Octal 60 230 125 104 0 54 50 215 64 47
Binary 110000 10011000 1010101 1000100 0 101100 101000 10001101 110100 100111

Color Harmonies of #309855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309855

Black with #309855

Text Example


Text Example

White with #309855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309855; }

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

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

background-color css

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

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

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

border-color css

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

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

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