#1D332A

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

Shades of Cardin Green #1D332A

Tints of Cardin Green #1D332A

Color information

#1D332A (or 0x1D332A) is unknown color: approx Cardin Green. HEX triplet: 1D, 33 and 2A. RGB value is (29,51,42). Sum of RGB (Red+Green+Blue) = 29+51+42=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #1D332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D332A is #E2CCD5. Grayscale: #2B2B2B. Windows color (decimal): -14863574 or 2765597. OLE color: 2765597.

HSL color Cylindrical-coordinate representation of color #1D332A: hue angle of 155.45º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1D332A is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB295142-
CMYK0.4300.180.8
HSL155.45º27.5%15.69%-
HSV(B)155.45º43.14%20%-
XYZ2.112.82.62-
YUV43.4127.21117.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=23.77%
G=41.80%
B=34.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951420.4300.180.8155.4527.515.69
Hex1D332A2B012509b1c10
Octal356352530221202333420
Binary111011100111010101010110100101010000100110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,42); }

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

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

 a { background-color: rgb(29,51,42); }

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

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

 span { border-color: rgb(29,51,42); }

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