Html Css Color HEX #30985F Eucalyptus

📋 copy color: '#30985F'

red 48 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #30985F

Tints of Eucalyptus #30985F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 16.27%
G = 51.53%
B = 32.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#30985F (or 0x30985F) is known color: Eucalyptus. HEX triplet: 30, 98 and 5F. RGB value is (48,152,95). Sum of RGB (Red+Green+Blue) = 48+152+95=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #30985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985F is #CF67A0. Grayscale: #727272. Windows color (decimal): -13592481 or 6264880. OLE color: 6264880.

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

Color convert

RGB 48 152 95 -
CMYK 0.68 0 0.38 0.40
HSL 147.12º 0.52% 0.39% -
HSV(B) 147.12º 0.68% 0.6% -
XYZ 14.51 23.91 14.68 -
YUV 114.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 48 152 95 0.68 0 0.38 0.40 147.12 0.52 0.39
Hex 30 98 5F 44 0 26 28 93 34 27
Octal 60 230 137 104 0 46 50 223 64 47
Binary 110000 10011000 1011111 1000100 0 100110 101000 10010011 110100 100111

Color Harmonies of #30985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30985F

Black with #30985F

Text Example


Text Example

White with #30985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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