Html Css Color HEX #1D352C Palm Green

📋 copy color: '#1D352C'

red 29 ◦ green 53 ◦ blue 44

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

Shades of Palm Green #1D352C

Tints of Palm Green #1D352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

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

R = 23.02%
G = 42.06%
B = 34.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#1D352C (or 0x1D352C) is known color: Palm Green. HEX triplet: 1D, 35 and 2C. RGB value is (29,53,44). Sum of RGB (Red+Green+Blue) = 29+53+44=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352C is #E2CAD3. Grayscale: #2C2C2C. Windows color (decimal): -14863060 or 2897181. OLE color: 2897181.

HSL color Cylindrical-coordinate representation of color #1D352C: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D352C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 53 44 -
CMYK 0.45 0 0.17 0.79
HSL 157.5º 0.29% 0.16% -
HSV(B) 157.5º 0.45% 0.21% -
XYZ 2.23 2.99 2.84 -
YUV 44.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 29 53 44 0.45 0 0.17 0.79 157.5 0.29 0.16
Hex 1D 35 2C 2D 0 11 4F 9E 1D 10
Octal 35 65 54 55 0 21 117 236 35 20
Binary 11101 110101 101100 101101 0 10001 1001111 10011110 11101 10000

Color Harmonies of #1D352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D352C

Black with #1D352C

Text Example


Text Example

White with #1D352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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