Html Css Color HEX #1D6648 Jewel

📋 copy color: '#1D6648'

red 29 ◦ green 102 ◦ blue 72

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

Shades of Jewel #1D6648

Tints of Jewel #1D6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 14.29%
G = 50.25%
B = 35.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#1D6648 (or 0x1D6648) is known color: Jewel. HEX triplet: 1D, 66 and 48. RGB value is (29,102,72). Sum of RGB (Red+Green+Blue) = 29+102+72=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #1D6648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6648 is #E299B7. Grayscale: #4C4C4C. Windows color (decimal): -14850488 or 4744733. OLE color: 4744733.

HSL color Cylindrical-coordinate representation of color #1D6648: hue angle of 155.34º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6648 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 29 102 72 -
CMYK 0.72 0 0.29 0.6
HSL 155.34º 0.56% 0.26% -
HSV(B) 155.34º 0.72% 0.4% -
XYZ 6.43 10.23 7.77 -
YUV 76.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 29 102 72 0.72 0 0.29 0.6 155.34 0.56 0.26
Hex 1D 66 48 48 0 1D 3C 9B 38 1A
Octal 35 146 110 110 0 35 74 233 70 32
Binary 11101 1100110 1001000 1001000 0 11101 111100 10011011 111000 11010

Color Harmonies of #1D6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6648

Black with #1D6648

Text Example


Text Example

White with #1D6648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,102,72); }

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

background-color css

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

 a { background-color: rgb(29,102,72); }

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

border-color css

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

 span { border-color: rgb(29,102,72); }

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