Html Css Color HEX #30847D Elm

📋 copy color: '#30847D'

red 48 ◦ green 132 ◦ blue 125

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

Shades of Elm #30847D

Tints of Elm #30847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 15.74%
G = 43.28%
B = 40.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#30847D (or 0x30847D) is known color: Elm. HEX triplet: 30, 84 and 7D. RGB value is (48,132,125). Sum of RGB (Red+Green+Blue) = 48+132+125=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #30847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30847D is #CF7B82. Grayscale: #6A6A6A. Windows color (decimal): -13597571 or 8225840. OLE color: 8225840.

HSL color Cylindrical-coordinate representation of color #30847D: hue angle of 175º 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 #30847D is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 125 -
CMYK 0.64 0 0.05 0.48
HSL 175º 0.47% 0.35% -
HSV(B) 175º 0.64% 0.52% -
XYZ 13.17 18.61 22.3 -
YUV 106.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 48 132 125 0.64 0 0.05 0.48 175 0.47 0.35
Hex 30 84 7D 40 0 5 30 AF 2F 23
Octal 60 204 175 100 0 5 60 257 57 43
Binary 110000 10000100 1111101 1000000 0 101 110000 10101111 101111 100011

Color Harmonies of #30847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30847D

Black with #30847D

Text Example


Text Example

White with #30847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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