#1D3629

Color #1D3629 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #1D3629

Tints of Cardin Green #1D3629

Color information

#1D3629 (or 0x1D3629) is unknown color: approx 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

RGB295441-
CMYK0.4600.240.79
HSL148.8º30.12%16.27%-
HSV(B)148.8º46.3%21.18%-
XYZ2.233.062.57-
YUV45.04125.72116.56-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954410.4600.240.79148.830.1216.27
Hex1D36292E0184F951e10
Octal356651560301172253620
Binary111011101101010011011100110001001111100101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>