#1D362A

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

Shades of Cardin Green #1D362A

Tints of Cardin Green #1D362A

Color information

#1D362A (or 0x1D362A) is unknown color: approx Cardin Green. HEX triplet: 1D, 36 and 2A. RGB value is (29,54,42). Sum of RGB (Red+Green+Blue) = 29+54+42=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #1D362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D362A is #E2C9D5. Grayscale: #2D2D2D. Windows color (decimal): -14862806 or 2766365. OLE color: 2766365.

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

Color convert

RGB295442-
CMYK0.4600.220.79
HSL151.2º30.12%16.27%-
HSV(B)151.2º46.3%21.18%-
XYZ2.243.072.66-
YUV45.16126.22116.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=23.2%
G=43.2%
B=33.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954420.4600.220.79151.230.1216.27
Hex1D362A2E0164F971e10
Octal356652560261172273620
Binary111011101101010101011100101101001111100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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