Html Css Color HEX #1E6F6E Elm

📋 copy color: '#1E6F6E'

red 30 ◦ green 111 ◦ blue 110

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

Shades of Elm #1E6F6E

Tints of Elm #1E6F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.22%

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 11.95%
G = 44.22%
B = 43.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#1E6F6E (or 0x1E6F6E) is known color: Elm. HEX triplet: 1E, 6F and 6E. RGB value is (30,111,110). Sum of RGB (Red+Green+Blue) = 30+111+110=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F6E is #E19091. Grayscale: #565656. Windows color (decimal): -14782610 or 7237406. OLE color: 7237406.

HSL color Cylindrical-coordinate representation of color #1E6F6E: hue angle of 179.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F6E is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 111 110 -
CMYK 0.73 0 0.01 0.56
HSL 179.26º 0.57% 0.28% -
HSV(B) 179.26º 0.73% 0.44% -
XYZ 9.03 12.77 16.74 -
YUV 86.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 30 111 110 0.73 0 0.01 0.56 179.26 0.57 0.28
Hex 1E 6F 6E 49 0 1 38 B3 39 1C
Octal 36 157 156 111 0 1 70 263 71 34
Binary 11110 1101111 1101110 1001001 0 1 111000 10110011 111001 11100

Color Harmonies of #1E6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6F6E

Black with #1E6F6E

Text Example


Text Example

White with #1E6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,111,110); }

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

background-color css

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

 a { background-color: rgb(30,111,110); }

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

border-color css

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

 span { border-color: rgb(30,111,110); }

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