Html Css Color HEX #30847B Elm

📋 copy color: '#30847B'

red 48 ◦ green 132 ◦ blue 123

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

Shades of Elm #30847B

Tints of Elm #30847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 15.84%
G = 43.56%
B = 40.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#30847B (or 0x30847B) is known color: Elm. HEX triplet: 30, 84 and 7B. RGB value is (48,132,123). Sum of RGB (Red+Green+Blue) = 48+132+123=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #30847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30847B is #CF7B84. Grayscale: #696969. Windows color (decimal): -13597573 or 8094768. OLE color: 8094768.

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

Color convert

RGB 48 132 123 -
CMYK 0.64 0 0.07 0.48
HSL 173.57º 0.47% 0.35% -
HSV(B) 173.57º 0.64% 0.52% -
XYZ 13.05 18.56 21.63 -
YUV 105.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 48 132 123 0.64 0 0.07 0.48 173.57 0.47 0.35
Hex 30 84 7B 40 0 7 30 AE 2F 23
Octal 60 204 173 100 0 7 60 256 57 43
Binary 110000 10000100 1111011 1000000 0 111 110000 10101110 101111 100011

Color Harmonies of #30847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30847B

Black with #30847B

Text Example


Text Example

White with #30847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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