Html Css Color HEX #30985B Eucalyptus

📋 copy color: '#30985B'

red 48 ◦ green 152 ◦ blue 91

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

Shades of Eucalyptus #30985B

Tints of Eucalyptus #30985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 16.49%
G = 52.23%
B = 31.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#30985B (or 0x30985B) is known color: Eucalyptus. HEX triplet: 30, 98 and 5B. RGB value is (48,152,91). Sum of RGB (Red+Green+Blue) = 48+152+91=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #30985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985B is #CF67A4. Grayscale: #727272. Windows color (decimal): -13592485 or 6002736. OLE color: 6002736.

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

Color convert

RGB 48 152 91 -
CMYK 0.68 0 0.40 0.40
HSL 144.81º 0.52% 0.39% -
HSV(B) 144.81º 0.68% 0.6% -
XYZ 14.34 23.84 13.74 -
YUV 113.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 48 152 91 0.68 0 0.40 0.40 144.81 0.52 0.39
Hex 30 98 5B 44 0 28 28 91 34 27
Octal 60 230 133 104 0 50 50 221 64 47
Binary 110000 10011000 1011011 1000100 0 101000 101000 10010001 110100 100111

Color Harmonies of #30985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30985B

Black with #30985B

Text Example


Text Example

White with #30985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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