#1D3528

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

Shades of Cardin Green #1D3528

Tints of Cardin Green #1D3528

Color information

#1D3528 (or 0x1D3528) is unknown color: approx Cardin Green. HEX triplet: 1D, 35 and 28. RGB value is (29,53,40). Sum of RGB (Red+Green+Blue) = 29+53+40=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3528 is #E2CAD7. Grayscale: #2C2C2C. Windows color (decimal): -14863064 or 2635037. OLE color: 2635037.

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

Color convert

RGB295340-
CMYK0.4500.250.79
HSL147.5º29.27%16.08%-
HSV(B)147.5º45.28%20.78%-
XYZ2.162.962.46-
YUV44.34125.55117.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=23.77%
G=43.44%
B=32.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953400.4500.250.79147.529.2716.08
Hex1D35282D0194F941d10
Octal356550550311172243520
Binary111011101011010001011010110011001111100101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,40); }

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

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

 a { background-color: rgb(29,53,40); }

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

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

 span { border-color: rgb(29,53,40); }

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