Html Css Color HEX #1D3629 Cardin Green

📋 copy color: '#1D3629'

red 29 ◦ green 54 ◦ blue 41

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

Shades of Cardin Green #1D3629

Tints of Cardin Green #1D3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 23.39%
G = 43.55%
B = 33.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#1D3629 (or 0x1D3629) is known color: Cardin Green. HEX triplet: 1D, 36 and 29. RGB value is (29,54,41). Sum of RGB (Red+Green+Blue) = 29+54+41=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3629 is #E2C9D6. Grayscale: #2D2D2D. Windows color (decimal): -14862807 or 2700829. OLE color: 2700829.

HSL color Cylindrical-coordinate representation of color #1D3629: hue angle of 148.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3629 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 54 41 -
CMYK 0.46 0 0.24 0.79
HSL 148.8º 0.3% 0.16% -
HSV(B) 148.8º 0.46% 0.21% -
XYZ 2.23 3.06 2.57 -
YUV 45.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 29 54 41 0.46 0 0.24 0.79 148.8 0.3 0.16
Hex 1D 36 29 2E 0 18 4F 95 1E 10
Octal 35 66 51 56 0 30 117 225 36 20
Binary 11101 110110 101001 101110 0 11000 1001111 10010101 11110 10000

Color Harmonies of #1D3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3629

Black with #1D3629

Text Example


Text Example

White with #1D3629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,54,41); }

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

background-color css

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

 a { background-color: rgb(29,54,41); }

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

border-color css

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

 span { border-color: rgb(29,54,41); }

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