Html Css Color HEX #1D6344 Jewel

📋 copy color: '#1D6344'

red 29 ◦ green 99 ◦ blue 68

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

Shades of Jewel #1D6344

Tints of Jewel #1D6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.51%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 14.8%
G = 50.51%
B = 34.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#1D6344 (or 0x1D6344) is known color: Jewel. HEX triplet: 1D, 63 and 44. RGB value is (29,99,68). Sum of RGB (Red+Green+Blue) = 29+99+68=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #1D6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6344 is #E29CBB. Grayscale: #4A4A4A. Windows color (decimal): -14851260 or 4481821. OLE color: 4481821.

HSL color Cylindrical-coordinate representation of color #1D6344: hue angle of 153.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6344 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 99 68 -
CMYK 0.71 0 0.31 0.61
HSL 153.43º 0.55% 0.25% -
HSV(B) 153.43º 0.71% 0.39% -
XYZ 6.01 9.6 7.01 -
YUV 74.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 29 99 68 0.71 0 0.31 0.61 153.43 0.55 0.25
Hex 1D 63 44 47 0 1F 3D 99 37 19
Octal 35 143 104 107 0 37 75 231 67 31
Binary 11101 1100011 1000100 1000111 0 11111 111101 10011001 110111 11001

Color Harmonies of #1D6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6344

Black with #1D6344

Text Example


Text Example

White with #1D6344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,99,68); }

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

background-color css

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

 a { background-color: rgb(29,99,68); }

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

border-color css

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

 span { border-color: rgb(29,99,68); }

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