Html Css Color HEX #30857E Elm

📋 copy color: '#30857E'

red 48 ◦ green 133 ◦ blue 126

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

Shades of Elm #30857E

Tints of Elm #30857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 15.64%
G = 43.32%
B = 41.04%

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

#30857E (or 0x30857E) is known color: Elm. HEX triplet: 30, 85 and 7E. RGB value is (48,133,126). Sum of RGB (Red+Green+Blue) = 48+133+126=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #30857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30857E is #CF7A81. Grayscale: #6A6A6A. Windows color (decimal): -13597314 or 8291632. OLE color: 8291632.

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

Color convert

RGB 48 133 126 -
CMYK 0.64 0 0.05 0.48
HSL 175.06º 0.47% 0.35% -
HSV(B) 175.06º 0.64% 0.52% -
XYZ 13.37 18.91 22.68 -
YUV 106.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 48 133 126 0.64 0 0.05 0.48 175.06 0.47 0.35
Hex 30 85 7E 40 0 5 30 AF 2F 23
Octal 60 205 176 100 0 5 60 257 57 43
Binary 110000 10000101 1111110 1000000 0 101 110000 10101111 101111 100011

Color Harmonies of #30857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30857E

Black with #30857E

Text Example


Text Example

White with #30857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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