Html Css Color HEX #30857C Elm

📋 copy color: '#30857C'

red 48 ◦ green 133 ◦ blue 124

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

Shades of Elm #30857C

Tints of Elm #30857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 15.74%
G = 43.61%
B = 40.66%

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

#30857C (or 0x30857C) is known color: Elm. HEX triplet: 30, 85 and 7C. RGB value is (48,133,124). Sum of RGB (Red+Green+Blue) = 48+133+124=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #30857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30857C is #CF7A83. Grayscale: #6A6A6A. Windows color (decimal): -13597316 or 8160560. OLE color: 8160560.

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

Color convert

RGB 48 133 124 -
CMYK 0.64 0 0.07 0.48
HSL 173.65º 0.47% 0.35% -
HSV(B) 173.65º 0.64% 0.52% -
XYZ 13.24 18.86 22.01 -
YUV 106.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 48 133 124 0.64 0 0.07 0.48 173.65 0.47 0.35
Hex 30 85 7C 40 0 7 30 AE 2F 23
Octal 60 205 174 100 0 7 60 256 57 43
Binary 110000 10000101 1111100 1000000 0 111 110000 10101110 101111 100011

Color Harmonies of #30857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30857C

Black with #30857C

Text Example


Text Example

White with #30857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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