#1D3229

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

Shades of Cardin Green #1D3229

Tints of Cardin Green #1D3229

Color information

#1D3229 (or 0x1D3229) is unknown color: approx Cardin Green. HEX triplet: 1D, 32 and 29. RGB value is (29,50,41). Sum of RGB (Red+Green+Blue) = 29+50+41=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3229 is #E2CDD6. Grayscale: #2A2A2A. Windows color (decimal): -14863831 or 2699805. OLE color: 2699805.

HSL color Cylindrical-coordinate representation of color #1D3229: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D3229 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB295041-
CMYK0.4200.180.80
HSL154.29º26.58%15.49%-
HSV(B)154.29º42%19.61%-
XYZ2.052.72.51-
YUV42.7127.04118.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=24.17%
G=41.67%
B=34.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950410.4200.180.80154.2926.5815.49
Hex1D32292A012509a1bf
Octal356251520221202323317
Binary11101110010101001101010010010101000010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3229;
 }
 .AnyTagClassName
 {
   color: #1D3229;
 }
</style>
background-color css

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

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

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

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

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

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