Html Css Color HEX #1D8883 Elm

📋 copy color: '#1D8883'

red 29 ◦ green 136 ◦ blue 131

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

Shades of Elm #1D8883

Tints of Elm #1D8883

RGB

 RED value IS 29 (11.72% from 255) = 9.8%

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 9.8%
G = 45.95%
B = 44.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#1D8883 (or 0x1D8883) is known color: Elm. HEX triplet: 1D, 88 and 83. RGB value is (29,136,131). Sum of RGB (Red+Green+Blue) = 29+136+131=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8883 is #E2777C. Grayscale: #676767. Windows color (decimal): -14841725 or 8620061. OLE color: 8620061.

HSL color Cylindrical-coordinate representation of color #1D8883: hue angle of 177.2º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8883 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 136 131 -
CMYK 0.79 0 0.04 0.47
HSL 177.2º 0.65% 0.32% -
HSV(B) 177.2º 0.79% 0.53% -
XYZ 13.41 19.51 24.53 -
YUV 103.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 29 136 131 0.79 0 0.04 0.47 177.2 0.65 0.32
Hex 1D 88 83 4F 0 4 2F B1 41 20
Octal 35 210 203 117 0 4 57 261 101 40
Binary 11101 10001000 10000011 1001111 0 100 101111 10110001 1000001 100000

Color Harmonies of #1D8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8883

Black with #1D8883

Text Example


Text Example

White with #1D8883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,136,131); }

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

background-color css

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

 a { background-color: rgb(29,136,131); }

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

border-color css

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

 span { border-color: rgb(29,136,131); }

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