#1C342B

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

Shades of Cardin Green #1C342B

Tints of Cardin Green #1C342B

Color information

#1C342B (or 0x1C342B) is unknown color: approx Cardin Green. HEX triplet: 1C, 34 and 2B. RGB value is (28,52,43). Sum of RGB (Red+Green+Blue) = 28+52+43=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #1C342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C342B is #E3CBD4. Grayscale: #2B2B2B. Windows color (decimal): -14928853 or 2831388. OLE color: 2831388.

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

Color convert

RGB285243-
CMYK0.4600.170.80
HSL157.5º30%15.69%-
HSV(B)157.5º46.15%20.39%-
XYZ2.142.882.73-
YUV43.8127.55116.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=22.76%
G=42.28%
B=34.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2852430.4600.170.80157.53015.69
Hex1C342B2E011509e1e10
Octal346453560211202363620
Binary111001101001010111011100100011010000100111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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