Html Css Color HEX #30955C Eucalyptus

📋 copy color: '#30955C'

red 48 ◦ green 149 ◦ blue 92

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

Shades of Eucalyptus #30955C

Tints of Eucalyptus #30955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 16.61%
G = 51.56%
B = 31.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#30955C (or 0x30955C) is known color: Eucalyptus. HEX triplet: 30, 95 and 5C. RGB value is (48,149,92). Sum of RGB (Red+Green+Blue) = 48+149+92=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #30955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30955C is #CF6AA3. Grayscale: #707070. Windows color (decimal): -13593252 or 6067504. OLE color: 6067504.

HSL color Cylindrical-coordinate representation of color #30955C: hue angle of 146.14º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30955C is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 92 -
CMYK 0.68 0 0.38 0.42
HSL 146.14º 0.51% 0.39% -
HSV(B) 146.14º 0.68% 0.58% -
XYZ 13.9 22.9 13.81 -
YUV 112.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 48 149 92 0.68 0 0.38 0.42 146.14 0.51 0.39
Hex 30 95 5C 44 0 26 2A 92 33 27
Octal 60 225 134 104 0 46 52 222 63 47
Binary 110000 10010101 1011100 1000100 0 100110 101010 10010010 110011 100111

Color Harmonies of #30955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30955C

Black with #30955C

Text Example


Text Example

White with #30955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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