Html Css Color HEX #1D382A Palm Green

📋 copy color: '#1D382A'

red 29 ◦ green 56 ◦ blue 42

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

Shades of Palm Green #1D382A

Tints of Palm Green #1D382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 22.83%
G = 44.09%
B = 33.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#1D382A (or 0x1D382A) is known color: Palm Green. HEX triplet: 1D, 38 and 2A. RGB value is (29,56,42). Sum of RGB (Red+Green+Blue) = 29+56+42=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382A is #E2C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14862294 or 2766877. OLE color: 2766877.

HSL color Cylindrical-coordinate representation of color #1D382A: hue angle of 148.89º 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 #1D382A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 56 42 -
CMYK 0.48 0 0.25 0.78
HSL 148.89º 0.32% 0.17% -
HSV(B) 148.89º 0.48% 0.22% -
XYZ 2.34 3.26 2.7 -
YUV 46.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 29 56 42 0.48 0 0.25 0.78 148.89 0.32 0.17
Hex 1D 38 2A 30 0 19 4E 95 20 11
Octal 35 70 52 60 0 31 116 225 40 21
Binary 11101 111000 101010 110000 0 11001 1001110 10010101 100000 10001

Color Harmonies of #1D382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D382A

Black with #1D382A

Text Example


Text Example

White with #1D382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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