Html Css Color HEX #1D372C Palm Green

📋 copy color: '#1D372C'

red 29 ◦ green 55 ◦ blue 44

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

Shades of Palm Green #1D372C

Tints of Palm Green #1D372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 22.66%
G = 42.97%
B = 34.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#1D372C (or 0x1D372C) is known color: Palm Green. HEX triplet: 1D, 37 and 2C. RGB value is (29,55,44). Sum of RGB (Red+Green+Blue) = 29+55+44=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #1D372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D372C is #E2C8D3. Grayscale: #2D2D2D. Windows color (decimal): -14862548 or 2897693. OLE color: 2897693.

HSL color Cylindrical-coordinate representation of color #1D372C: hue angle of 154.62º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D372C is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 44 -
CMYK 0.47 0 0.2 0.78
HSL 154.62º 0.31% 0.16% -
HSV(B) 154.62º 0.47% 0.22% -
XYZ 2.33 3.18 2.87 -
YUV 45.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 29 55 44 0.47 0 0.2 0.78 154.62 0.31 0.16
Hex 1D 37 2C 2F 0 14 4E 9B 1F 10
Octal 35 67 54 57 0 24 116 233 37 20
Binary 11101 110111 101100 101111 0 10100 1001110 10011011 11111 10000

Color Harmonies of #1D372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D372C

Black with #1D372C

Text Example


Text Example

White with #1D372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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