#1D3226

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

Shades of Cardin Green #1D3226

Tints of Cardin Green #1D3226

Color information

#1D3226 (or 0x1D3226) is unknown color: approx Cardin Green. HEX triplet: 1D, 32 and 26. RGB value is (29,50,38). Sum of RGB (Red+Green+Blue) = 29+50+38=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3226 is #E2CDD9. Grayscale: #2A2A2A. Windows color (decimal): -14863834 or 2503197. OLE color: 2503197.

HSL color Cylindrical-coordinate representation of color #1D3226: hue angle of 145.71º 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 #1D3226 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB295038-
CMYK0.4200.240.80
HSL145.71º26.58%15.49%-
HSV(B)145.71º42%19.61%-
XYZ22.682.25-
YUV42.35125.54118.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.79%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=24.79%
G=42.74%
B=32.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950380.4200.240.80145.7126.5815.49
Hex1D32262A01850921bf
Octal356246520301202223317
Binary11101110010100110101010011000101000010010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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