Html Css Color HEX #1D402E Palm Green

📋 copy color: '#1D402E'

red 29 ◦ green 64 ◦ blue 46

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

Shades of Palm Green #1D402E

Tints of Palm Green #1D402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 20.86%
G = 46.04%
B = 33.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#1D402E (or 0x1D402E) is known color: Palm Green. HEX triplet: 1D, 40 and 2E. RGB value is (29,64,46). Sum of RGB (Red+Green+Blue) = 29+64+46=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #1D402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D402E is #E2BFD1. Grayscale: #333333. Windows color (decimal): -14860242 or 3031069. OLE color: 3031069.

HSL color Cylindrical-coordinate representation of color #1D402E: hue angle of 149.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D402E is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 64 46 -
CMYK 0.55 0 0.28 0.75
HSL 149.14º 0.38% 0.18% -
HSV(B) 149.14º 0.55% 0.25% -
XYZ 2.83 4.13 3.23 -
YUV 51.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 29 64 46 0.55 0 0.28 0.75 149.14 0.38 0.18
Hex 1D 40 2E 37 0 1C 4B 95 26 12
Octal 35 100 56 67 0 34 113 225 46 22
Binary 11101 1000000 101110 110111 0 11100 1001011 10010101 100110 10010

Color Harmonies of #1D402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D402E

Black with #1D402E

Text Example


Text Example

White with #1D402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,46); }

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

background-color css

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

 a { background-color: rgb(29,64,46); }

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

border-color css

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

 span { border-color: rgb(29,64,46); }

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