Html Css Color HEX #1D6B4D Jewel

📋 copy color: '#1D6B4D'

red 29 ◦ green 107 ◦ blue 77

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

Shades of Jewel #1D6B4D

Tints of Jewel #1D6B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 13.62%
G = 50.23%
B = 36.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#1D6B4D (or 0x1D6B4D) is known color: Jewel. HEX triplet: 1D, 6B and 4D. RGB value is (29,107,77). Sum of RGB (Red+Green+Blue) = 29+107+77=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B4D is #E294B2. Grayscale: #505050. Windows color (decimal): -14849203 or 5073693. OLE color: 5073693.

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

Color convert

RGB 29 107 77 -
CMYK 0.73 0 0.28 0.58
HSL 156.92º 0.57% 0.27% -
HSV(B) 156.92º 0.73% 0.42% -
XYZ 7.1 11.31 8.83 -
YUV 80.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 29 107 77 0.73 0 0.28 0.58 156.92 0.57 0.27
Hex 1D 6B 4D 49 0 1C 3A 9D 39 1B
Octal 35 153 115 111 0 34 72 235 71 33
Binary 11101 1101011 1001101 1001001 0 11100 111010 10011101 111001 11011

Color Harmonies of #1D6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B4D

Black with #1D6B4D

Text Example


Text Example

White with #1D6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,77); }

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

background-color css

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

 a { background-color: rgb(29,107,77); }

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

border-color css

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

 span { border-color: rgb(29,107,77); }

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