Html Css Color HEX #30945C Eucalyptus

📋 copy color: '#30945C'

red 48 ◦ green 148 ◦ blue 92

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

Shades of Eucalyptus #30945C

Tints of Eucalyptus #30945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

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

R = 16.67%
G = 51.39%
B = 31.94%

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

#30945C (or 0x30945C) is known color: Eucalyptus. HEX triplet: 30, 94 and 5C. RGB value is (48,148,92). Sum of RGB (Red+Green+Blue) = 48+148+92=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #30945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30945C is #CF6BA3. Grayscale: #6F6F6F. Windows color (decimal): -13593508 or 6067248. OLE color: 6067248.

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

Color convert

RGB 48 148 92 -
CMYK 0.68 0 0.38 0.42
HSL 146.4º 0.51% 0.38% -
HSV(B) 146.4º 0.68% 0.58% -
XYZ 13.74 22.58 13.76 -
YUV 111.72 116.87 82.55 -
System Red Green Blue C M Y K H S L
Decimal 48 148 92 0.68 0 0.38 0.42 146.4 0.51 0.38
Hex 30 94 5C 44 0 26 2A 92 33 26
Octal 60 224 134 104 0 46 52 222 63 46
Binary 110000 10010100 1011100 1000100 0 100110 101010 10010010 110011 100110

Color Harmonies of #30945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30945C

Black with #30945C

Text Example


Text Example

White with #30945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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