#1C362B

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

Shades of Cardin Green #1C362B

Tints of Cardin Green #1C362B

Color information

#1C362B (or 0x1C362B) is unknown color: approx Cardin Green. HEX triplet: 1C, 36 and 2B. RGB value is (28,54,43). Sum of RGB (Red+Green+Blue) = 28+54+43=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #1C362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C362B is #E3C9D4. Grayscale: #2C2C2C. Windows color (decimal): -14928341 or 2831900. OLE color: 2831900.

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

Color convert

RGB285443-
CMYK0.4800.200.79
HSL154.62º31.71%16.08%-
HSV(B)154.62º48.15%21.18%-
XYZ2.233.062.76-
YUV44.97126.89115.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.4%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=22.4%
G=43.2%
B=34.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854430.4800.200.79154.6231.7116.08
Hex1C362B300144F9b2010
Octal346653600241172334020
Binary1110011011010101111000001010010011111001101110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,43); }

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

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

 a { background-color: rgb(28,54,43); }

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

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

 span { border-color: rgb(28,54,43); }

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