Html Css Color HEX #30955A Eucalyptus

📋 copy color: '#30955A'

red 48 ◦ green 149 ◦ blue 90

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

Shades of Eucalyptus #30955A

Tints of Eucalyptus #30955A

RGB

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

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

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

R = 16.72%
G = 51.92%
B = 31.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#30955A (or 0x30955A) is known color: Eucalyptus. HEX triplet: 30, 95 and 5A. RGB value is (48,149,90). Sum of RGB (Red+Green+Blue) = 48+149+90=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #30955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30955A is #CF6AA5. Grayscale: #707070. Windows color (decimal): -13593254 or 5936432. OLE color: 5936432.

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

Color convert

RGB 48 149 90 -
CMYK 0.68 0 0.40 0.42
HSL 144.95º 0.51% 0.39% -
HSV(B) 144.95º 0.68% 0.58% -
XYZ 13.81 22.86 13.36 -
YUV 112.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 48 149 90 0.68 0 0.40 0.42 144.95 0.51 0.39
Hex 30 95 5A 44 0 28 2A 91 33 27
Octal 60 225 132 104 0 50 52 221 63 47
Binary 110000 10010101 1011010 1000100 0 101000 101010 10010001 110011 100111

Color Harmonies of #30955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30955A

Black with #30955A

Text Example


Text Example

White with #30955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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