Html Css Color HEX #30915E Eucalyptus

📋 copy color: '#30915E'

red 48 ◦ green 145 ◦ blue 94

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

Shades of Eucalyptus #30915E

Tints of Eucalyptus #30915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 16.72%
G = 50.52%
B = 32.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#30915E (or 0x30915E) is known color: Eucalyptus. HEX triplet: 30, 91 and 5E. RGB value is (48,145,94). Sum of RGB (Red+Green+Blue) = 48+145+94=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #30915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30915E is #CF6EA1. Grayscale: #6E6E6E. Windows color (decimal): -13594274 or 6197552. OLE color: 6197552.

HSL color Cylindrical-coordinate representation of color #30915E: hue angle of 148.45º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30915E is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 94 -
CMYK 0.67 0 0.35 0.43
HSL 148.45º 0.5% 0.38% -
HSV(B) 148.45º 0.67% 0.57% -
XYZ 13.36 21.69 14.07 -
YUV 110.18 118.86 83.65 -
System Red Green Blue C M Y K H S L
Decimal 48 145 94 0.67 0 0.35 0.43 148.45 0.5 0.38
Hex 30 91 5E 43 0 23 2B 94 32 26
Octal 60 221 136 103 0 43 53 224 62 46
Binary 110000 10010001 1011110 1000011 0 100011 101011 10010100 110010 100110

Color Harmonies of #30915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30915E

Black with #30915E

Text Example


Text Example

White with #30915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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