Html Css Color HEX #30985C Eucalyptus

📋 copy color: '#30985C'

red 48 ◦ green 152 ◦ blue 92

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

Shades of Eucalyptus #30985C

Tints of Eucalyptus #30985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 16.44%
G = 52.05%
B = 31.51%

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

#30985C (or 0x30985C) is known color: Eucalyptus. HEX triplet: 30, 98 and 5C. RGB value is (48,152,92). Sum of RGB (Red+Green+Blue) = 48+152+92=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #30985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985C is #CF67A3. Grayscale: #727272. Windows color (decimal): -13592484 or 6068272. OLE color: 6068272.

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

Color convert

RGB 48 152 92 -
CMYK 0.68 0 0.39 0.40
HSL 145.38º 0.52% 0.39% -
HSV(B) 145.38º 0.68% 0.6% -
XYZ 14.38 23.86 13.97 -
YUV 114.06 115.54 80.88 -
System Red Green Blue C M Y K H S L
Decimal 48 152 92 0.68 0 0.39 0.40 145.38 0.52 0.39
Hex 30 98 5C 44 0 27 28 91 34 27
Octal 60 230 134 104 0 47 50 221 64 47
Binary 110000 10011000 1011100 1000100 0 100111 101000 10010001 110100 100111

Color Harmonies of #30985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30985C

Black with #30985C

Text Example


Text Example

White with #30985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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