#1D3728

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

Shades of Cardin Green #1D3728

Tints of Cardin Green #1D3728

Color information

#1D3728 (or 0x1D3728) is unknown color: approx Cardin Green. HEX triplet: 1D, 37 and 28. RGB value is (29,55,40). Sum of RGB (Red+Green+Blue) = 29+55+40=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3728 is #E2C8D7. Grayscale: #2D2D2D. Windows color (decimal): -14862552 or 2635549. OLE color: 2635549.

HSL color Cylindrical-coordinate representation of color #1D3728: hue angle of 145.38º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3728 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB295540-
CMYK0.4700.270.78
HSL145.38º30.95%16.47%-
HSV(B)145.38º47.27%21.57%-
XYZ2.263.152.5-
YUV45.52124.89116.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=23.39%
G=44.35%
B=32.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2955400.4700.270.78145.3830.9516.47
Hex1D37282F01B4E911f10
Octal356750570331162213720
Binary111011101111010001011110110111001110100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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