Html Css Color HEX #30897E Elm

📋 copy color: '#30897E'

red 48 ◦ green 137 ◦ blue 126

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

Shades of Elm #30897E

Tints of Elm #30897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

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

R = 15.43%
G = 44.05%
B = 40.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#30897E (or 0x30897E) is known color: Elm. HEX triplet: 30, 89 and 7E. RGB value is (48,137,126). Sum of RGB (Red+Green+Blue) = 48+137+126=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #30897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897E is #CF7681. Grayscale: #6D6D6D. Windows color (decimal): -13596290 or 8292656. OLE color: 8292656.

HSL color Cylindrical-coordinate representation of color #30897E: hue angle of 172.58º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30897E is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 126 -
CMYK 0.65 0 0.08 0.46
HSL 172.58º 0.48% 0.36% -
HSV(B) 172.58º 0.65% 0.54% -
XYZ 13.93 20.03 22.87 -
YUV 109.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 48 137 126 0.65 0 0.08 0.46 172.58 0.48 0.36
Hex 30 89 7E 41 0 8 2E AD 30 24
Octal 60 211 176 101 0 10 56 255 60 44
Binary 110000 10001001 1111110 1000001 0 1000 101110 10101101 110000 100100

Color Harmonies of #30897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30897E

Black with #30897E

Text Example


Text Example

White with #30897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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