Html Css Color HEX #1E7D7A Elm

📋 copy color: '#1E7D7A'

red 30 ◦ green 125 ◦ blue 122

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

Shades of Elm #1E7D7A

Tints of Elm #1E7D7A

RGB

 RED value IS 30 (12.11% from 255) = 10.83%

 GREEN value IS 125 (49.22% from 255) = 45.13%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 10.83%
G = 45.13%
B = 44.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#1E7D7A (or 0x1E7D7A) is known color: Elm. HEX triplet: 1E, 7D and 7A. RGB value is (30,125,122). Sum of RGB (Red+Green+Blue) = 30+125+122=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7D7A is #E18285. Grayscale: #606060. Windows color (decimal): -14779014 or 8027422. OLE color: 8027422.

HSL color Cylindrical-coordinate representation of color #1E7D7A: hue angle of 178.11º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7D7A is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 125 122 -
CMYK 0.76 0 0.02 0.51
HSL 178.11º 0.61% 0.3% -
HSV(B) 178.11º 0.76% 0.49% -
XYZ 11.38 16.35 20.97 -
YUV 96.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 30 125 122 0.76 0 0.02 0.51 178.11 0.61 0.3
Hex 1E 7D 7A 4C 0 2 33 B2 3D 1E
Octal 36 175 172 114 0 2 63 262 75 36
Binary 11110 1111101 1111010 1001100 0 10 110011 10110010 111101 11110

Color Harmonies of #1E7D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7D7A

Black with #1E7D7A

Text Example


Text Example

White with #1E7D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E7D7A; }

 p { color: rgb(30,125,122); }

 H1.HeaderClassName
 {
   color: #1E7D7A;
 }
 .AnyTagClassName
 {
   color: #1E7D7A;
 }
</style>

background-color css

<style>
 a { background-color: #1E7D7A; }

 a { background-color: rgb(30,125,122); }

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

border-color css

<style>
 span { border-color: #1E7D7A; }

 span { border-color: rgb(30,125,122); }

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