Html Css Color HEX #30935E Eucalyptus

📋 copy color: '#30935E'

red 48 ◦ green 147 ◦ blue 94

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

Shades of Eucalyptus #30935E

Tints of Eucalyptus #30935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.87%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 16.61%
G = 50.87%
B = 32.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#30935E (or 0x30935E) is known color: Eucalyptus. HEX triplet: 30, 93 and 5E. RGB value is (48,147,94). Sum of RGB (Red+Green+Blue) = 48+147+94=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #30935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30935E is #CF6CA1. Grayscale: #6F6F6F. Windows color (decimal): -13593762 or 6198064. OLE color: 6198064.

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

Color convert

RGB 48 147 94 -
CMYK 0.67 0 0.36 0.42
HSL 147.88º 0.51% 0.38% -
HSV(B) 147.88º 0.67% 0.58% -
XYZ 13.67 22.3 14.17 -
YUV 111.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 48 147 94 0.67 0 0.36 0.42 147.88 0.51 0.38
Hex 30 93 5E 43 0 24 2A 94 33 26
Octal 60 223 136 103 0 44 52 224 63 46
Binary 110000 10010011 1011110 1000011 0 100100 101010 10010100 110011 100110

Color Harmonies of #30935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30935E

Black with #30935E

Text Example


Text Example

White with #30935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30935E; }

 p { color: rgb(48,147,94); }

 H1.HeaderClassName
 {
   color: #30935E;
 }
 .AnyTagClassName
 {
   color: #30935E;
 }
</style>

background-color css

<style>
 a { background-color: #30935E; }

 a { background-color: rgb(48,147,94); }

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

border-color css

<style>
 span { border-color: #30935E; }

 span { border-color: rgb(48,147,94); }

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