Html Css Color HEX #30935F Eucalyptus

📋 copy color: '#30935F'

red 48 ◦ green 147 ◦ blue 95

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

Shades of Eucalyptus #30935F

Tints of Eucalyptus #30935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 16.55%
G = 50.69%
B = 32.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#30935F (or 0x30935F) is known color: Eucalyptus. HEX triplet: 30, 93 and 5F. RGB value is (48,147,95). Sum of RGB (Red+Green+Blue) = 48+147+95=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #30935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30935F is #CF6CA0. Grayscale: #6F6F6F. Windows color (decimal): -13593761 or 6263600. OLE color: 6263600.

HSL color Cylindrical-coordinate representation of color #30935F: hue angle of 148.48º 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 #30935F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 95 -
CMYK 0.67 0 0.35 0.42
HSL 148.48º 0.51% 0.38% -
HSV(B) 148.48º 0.67% 0.58% -
XYZ 13.72 22.32 14.41 -
YUV 111.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 48 147 95 0.67 0 0.35 0.42 148.48 0.51 0.38
Hex 30 93 5F 43 0 23 2A 94 33 26
Octal 60 223 137 103 0 43 52 224 63 46
Binary 110000 10010011 1011111 1000011 0 100011 101010 10010100 110011 100110

Color Harmonies of #30935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30935F

Black with #30935F

Text Example


Text Example

White with #30935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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