Html Css Color HEX #30985A Eucalyptus

📋 copy color: '#30985A'

red 48 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #30985A

Tints of Eucalyptus #30985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 16.55%
G = 52.41%
B = 31.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#30985A (or 0x30985A) is known color: Eucalyptus. HEX triplet: 30, 98 and 5A. RGB value is (48,152,90). Sum of RGB (Red+Green+Blue) = 48+152+90=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #30985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985A is #CF67A5. Grayscale: #717171. Windows color (decimal): -13592486 or 5937200. OLE color: 5937200.

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

Color convert

RGB 48 152 90 -
CMYK 0.68 0 0.41 0.40
HSL 144.23º 0.52% 0.39% -
HSV(B) 144.23º 0.68% 0.6% -
XYZ 14.29 23.82 13.52 -
YUV 113.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 48 152 90 0.68 0 0.41 0.40 144.23 0.52 0.39
Hex 30 98 5A 44 0 29 28 90 34 27
Octal 60 230 132 104 0 51 50 220 64 47
Binary 110000 10011000 1011010 1000100 0 101001 101000 10010000 110100 100111

Color Harmonies of #30985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30985A

Black with #30985A

Text Example


Text Example

White with #30985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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