Html Css Color HEX #30847C Elm

📋 copy color: '#30847C'

red 48 ◦ green 132 ◦ blue 124

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

Shades of Elm #30847C

Tints of Elm #30847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 15.79%
G = 43.42%
B = 40.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#30847C (or 0x30847C) is known color: Elm. HEX triplet: 30, 84 and 7C. RGB value is (48,132,124). Sum of RGB (Red+Green+Blue) = 48+132+124=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #30847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30847C is #CF7B83. Grayscale: #696969. Windows color (decimal): -13597572 or 8160304. OLE color: 8160304.

HSL color Cylindrical-coordinate representation of color #30847C: hue angle of 174.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30847C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 124 -
CMYK 0.64 0 0.06 0.48
HSL 174.29º 0.47% 0.35% -
HSV(B) 174.29º 0.64% 0.52% -
XYZ 13.11 18.59 21.97 -
YUV 105.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 48 132 124 0.64 0 0.06 0.48 174.29 0.47 0.35
Hex 30 84 7C 40 0 6 30 AE 2F 23
Octal 60 204 174 100 0 6 60 256 57 43
Binary 110000 10000100 1111100 1000000 0 110 110000 10101110 101111 100011

Color Harmonies of #30847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30847C

Black with #30847C

Text Example


Text Example

White with #30847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,132,124); }

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

background-color css

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

 a { background-color: rgb(48,132,124); }

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

border-color css

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

 span { border-color: rgb(48,132,124); }

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