Html Css Color HEX #30985D Eucalyptus

📋 copy color: '#30985D'

red 48 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #30985D

Tints of Eucalyptus #30985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 16.38%
G = 51.88%
B = 31.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#30985D (or 0x30985D) is known color: Eucalyptus. HEX triplet: 30, 98 and 5D. RGB value is (48,152,93). Sum of RGB (Red+Green+Blue) = 48+152+93=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #30985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985D is #CF67A2. Grayscale: #727272. Windows color (decimal): -13592483 or 6133808. OLE color: 6133808.

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

Color convert

RGB 48 152 93 -
CMYK 0.68 0 0.39 0.40
HSL 145.96º 0.52% 0.39% -
HSV(B) 145.96º 0.68% 0.6% -
XYZ 14.42 23.88 14.2 -
YUV 114.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 48 152 93 0.68 0 0.39 0.40 145.96 0.52 0.39
Hex 30 98 5D 44 0 27 28 92 34 27
Octal 60 230 135 104 0 47 50 222 64 47
Binary 110000 10011000 1011101 1000100 0 100111 101000 10010010 110100 100111

Color Harmonies of #30985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30985D

Black with #30985D

Text Example


Text Example

White with #30985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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