Html Css Color HEX #30986F Eucalyptus

📋 copy color: '#30986F'

red 48 ◦ green 152 ◦ blue 111

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

Shades of Eucalyptus #30986F

Tints of Eucalyptus #30986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 15.43%
G = 48.87%
B = 35.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#30986F (or 0x30986F) is known color: Eucalyptus. HEX triplet: 30, 98 and 6F. RGB value is (48,152,111). Sum of RGB (Red+Green+Blue) = 48+152+111=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #30986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30986F is #CF6790. Grayscale: #747474. Windows color (decimal): -13592465 or 7313456. OLE color: 7313456.

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

Color convert

RGB 48 152 111 -
CMYK 0.68 0 0.27 0.40
HSL 156.35º 0.52% 0.39% -
HSV(B) 156.35º 0.68% 0.6% -
XYZ 15.32 24.23 18.91 -
YUV 116.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 48 152 111 0.68 0 0.27 0.40 156.35 0.52 0.39
Hex 30 98 6F 44 0 1B 28 9C 34 27
Octal 60 230 157 104 0 33 50 234 64 47
Binary 110000 10011000 1101111 1000100 0 11011 101000 10011100 110100 100111

Color Harmonies of #30986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30986F

Black with #30986F

Text Example


Text Example

White with #30986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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