Html Css Color HEX #1D827A Elm

📋 copy color: '#1D827A'

red 29 ◦ green 130 ◦ blue 122

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

Shades of Elm #1D827A

Tints of Elm #1D827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

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

R = 10.32%
G = 46.26%
B = 43.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#1D827A (or 0x1D827A) is known color: Elm. HEX triplet: 1D, 82 and 7A. RGB value is (29,130,122). Sum of RGB (Red+Green+Blue) = 29+130+122=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #1D827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D827A is #E27D85. Grayscale: #626262. Windows color (decimal): -14843270 or 8028701. OLE color: 8028701.

HSL color Cylindrical-coordinate representation of color #1D827A: hue angle of 175.25º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D827A is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 130 122 -
CMYK 0.78 0 0.06 0.49
HSL 175.25º 0.64% 0.31% -
HSV(B) 175.25º 0.78% 0.51% -
XYZ 12 17.63 21.18 -
YUV 98.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 29 130 122 0.78 0 0.06 0.49 175.25 0.64 0.31
Hex 1D 82 7A 4E 0 6 31 AF 40 1F
Octal 35 202 172 116 0 6 61 257 100 37
Binary 11101 10000010 1111010 1001110 0 110 110001 10101111 1000000 11111

Color Harmonies of #1D827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D827A

Black with #1D827A

Text Example


Text Example

White with #1D827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,130,122); }

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

background-color css

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

 a { background-color: rgb(29,130,122); }

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

border-color css

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

 span { border-color: rgb(29,130,122); }

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