Html Css Color HEX #1D412C Palm Green

📋 copy color: '#1D412C'

red 29 ◦ green 65 ◦ blue 44

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

Shades of Palm Green #1D412C

Tints of Palm Green #1D412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 21.01%
G = 47.1%
B = 31.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#1D412C (or 0x1D412C) is known color: Palm Green. HEX triplet: 1D, 41 and 2C. RGB value is (29,65,44). Sum of RGB (Red+Green+Blue) = 29+65+44=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #1D412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D412C is #E2BED3. Grayscale: #333333. Windows color (decimal): -14859988 or 2900253. OLE color: 2900253.

HSL color Cylindrical-coordinate representation of color #1D412C: hue angle of 145º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D412C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 65 44 -
CMYK 0.55 0 0.32 0.75
HSL 145º 0.38% 0.18% -
HSV(B) 145º 0.55% 0.25% -
XYZ 2.85 4.22 3.05 -
YUV 51.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 29 65 44 0.55 0 0.32 0.75 145 0.38 0.18
Hex 1D 41 2C 37 0 20 4B 91 26 12
Octal 35 101 54 67 0 40 113 221 46 22
Binary 11101 1000001 101100 110111 0 100000 1001011 10010001 100110 10010

Color Harmonies of #1D412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D412C

Black with #1D412C

Text Example


Text Example

White with #1D412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,44); }

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

background-color css

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

 a { background-color: rgb(29,65,44); }

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

border-color css

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

 span { border-color: rgb(29,65,44); }

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