Html Css Color HEX #30857B Elm

📋 copy color: '#30857B'

red 48 ◦ green 133 ◦ blue 123

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

Shades of Elm #30857B

Tints of Elm #30857B

RGB

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

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

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

R = 15.79%
G = 43.75%
B = 40.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#30857B (or 0x30857B) is known color: Elm. HEX triplet: 30, 85 and 7B. RGB value is (48,133,123). Sum of RGB (Red+Green+Blue) = 48+133+123=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #30857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30857B is #CF7A84. Grayscale: #6A6A6A. Windows color (decimal): -13597317 or 8095024. OLE color: 8095024.

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

Color convert

RGB 48 133 123 -
CMYK 0.64 0 0.08 0.48
HSL 172.94º 0.47% 0.35% -
HSV(B) 172.94º 0.64% 0.52% -
XYZ 13.18 18.83 21.68 -
YUV 106.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 48 133 123 0.64 0 0.08 0.48 172.94 0.47 0.35
Hex 30 85 7B 40 0 8 30 AD 2F 23
Octal 60 205 173 100 0 10 60 255 57 43
Binary 110000 10000101 1111011 1000000 0 1000 110000 10101101 101111 100011

Color Harmonies of #30857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30857B

Black with #30857B

Text Example


Text Example

White with #30857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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