Html Css Color HEX #1D7379 Allports

📋 copy color: '#1D7379'

red 29 ◦ green 115 ◦ blue 121

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

Shades of Allports #1D7379

Tints of Allports #1D7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 10.94%
G = 43.4%
B = 45.66%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D7379 (or 0x1D7379) is known color: Allports. HEX triplet: 1D, 73 and 79. RGB value is (29,115,121). Sum of RGB (Red+Green+Blue) = 29+115+121=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7379 is #E28C86. Grayscale: #595959. Windows color (decimal): -14847111 or 7959325. OLE color: 7959325.

HSL color Cylindrical-coordinate representation of color #1D7379: hue angle of 183.91º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7379 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 115 121 -
CMYK 0.76 0.05 0 0.53
HSL 183.91º 0.61% 0.29% -
HSV(B) 183.91º 0.76% 0.47% -
XYZ 10.09 13.9 20.24 -
YUV 89.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 29 115 121 0.76 0.05 0 0.53 183.91 0.61 0.29
Hex 1D 73 79 4C 5 0 35 B8 3D 1D
Octal 35 163 171 114 5 0 65 270 75 35
Binary 11101 1110011 1111001 1001100 101 0 110101 10111000 111101 11101

Color Harmonies of #1D7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7379

Black with #1D7379

Text Example


Text Example

White with #1D7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,121); }

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

background-color css

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

 a { background-color: rgb(29,115,121); }

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

border-color css

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

 span { border-color: rgb(29,115,121); }

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