Html Css Color HEX #1D392F Palm Green

📋 copy color: '#1D392F'

red 29 ◦ green 57 ◦ blue 47

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

Shades of Palm Green #1D392F

Tints of Palm Green #1D392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.86%

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 21.8%
G = 42.86%
B = 35.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#1D392F (or 0x1D392F) is known color: Palm Green. HEX triplet: 1D, 39 and 2F. RGB value is (29,57,47). Sum of RGB (Red+Green+Blue) = 29+57+47=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #1D392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D392F is #E2C6D0. Grayscale: #2F2F2F. Windows color (decimal): -14862033 or 3094813. OLE color: 3094813.

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

Color convert

RGB 29 57 47 -
CMYK 0.49 0 0.18 0.78
HSL 158.57º 0.33% 0.17% -
HSV(B) 158.57º 0.49% 0.22% -
XYZ 2.48 3.39 3.21 -
YUV 47.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 29 57 47 0.49 0 0.18 0.78 158.57 0.33 0.17
Hex 1D 39 2F 31 0 12 4E 9F 21 11
Octal 35 71 57 61 0 22 116 237 41 21
Binary 11101 111001 101111 110001 0 10010 1001110 10011111 100001 10001

Color Harmonies of #1D392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D392F

Black with #1D392F

Text Example


Text Example

White with #1D392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,47); }

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

background-color css

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

 a { background-color: rgb(29,57,47); }

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

border-color css

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

 span { border-color: rgb(29,57,47); }

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