Html Css Color HEX #1D382C Palm Green

📋 copy color: '#1D382C'

red 29 ◦ green 56 ◦ blue 44

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

Shades of Palm Green #1D382C

Tints of Palm Green #1D382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

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

R = 22.48%
G = 43.41%
B = 34.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#1D382C (or 0x1D382C) is known color: Palm Green. HEX triplet: 1D, 38 and 2C. RGB value is (29,56,44). Sum of RGB (Red+Green+Blue) = 29+56+44=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382C is #E2C7D3. Grayscale: #2E2E2E. Windows color (decimal): -14862292 or 2897949. OLE color: 2897949.

HSL color Cylindrical-coordinate representation of color #1D382C: hue angle of 153.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D382C is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 56 44 -
CMYK 0.48 0 0.21 0.78
HSL 153.33º 0.32% 0.17% -
HSV(B) 153.33º 0.48% 0.22% -
XYZ 2.38 3.27 2.89 -
YUV 46.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 29 56 44 0.48 0 0.21 0.78 153.33 0.32 0.17
Hex 1D 38 2C 30 0 15 4E 99 20 11
Octal 35 70 54 60 0 25 116 231 40 21
Binary 11101 111000 101100 110000 0 10101 1001110 10011001 100000 10001

Color Harmonies of #1D382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D382C

Black with #1D382C

Text Example


Text Example

White with #1D382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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