#1C3627

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

Shades of Cardin Green #1C3627

Tints of Cardin Green #1C3627

Color information

#1C3627 (or 0x1C3627) is unknown color: approx Cardin Green. HEX triplet: 1C, 36 and 27. RGB value is (28,54,39). Sum of RGB (Red+Green+Blue) = 28+54+39=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3627 is #E3C9D8. Grayscale: #2C2C2C. Windows color (decimal): -14928345 or 2569756. OLE color: 2569756.

HSL color Cylindrical-coordinate representation of color #1C3627: hue angle of 145.38º 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 #1C3627 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB285439-
CMYK0.4800.280.79
HSL145.38º31.71%16.08%-
HSV(B)145.38º48.15%21.18%-
XYZ2.163.032.39-
YUV44.52124.89116.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=23.14%
G=44.63%
B=32.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854390.4800.280.79145.3831.7116.08
Hex1C36273001C4F912010
Octal346647600341172214020
Binary1110011011010011111000001110010011111001000110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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