#1C211F

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

Shades of Cardin Green #1C211F

Tints of Cardin Green #1C211F

Color information

#1C211F (or 0x1C211F) is unknown color: approx Cardin Green. HEX triplet: 1C, 21 and 1F. RGB value is (28,33,31). Sum of RGB (Red+Green+Blue) = 28+33+31=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211F is #E3DEE0. Grayscale: #1F1F1F. Windows color (decimal): -14933729 or 2040092. OLE color: 2040092.

HSL color Cylindrical-coordinate representation of color #1C211F: hue angle of 156º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1C211F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB283331-
CMYK0.1500.060.87
HSL156º8.2%11.96%-
HSV(B)156º15.15%12.94%-
XYZ1.271.431.51-
YUV31.28127.84125.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=30.43%
G=35.87%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2833310.1500.060.871568.211.96
Hex1C211FF06579c8c
Octal34413717061272341014
Binary11100100001111111111011010101111001110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,31); }

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

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

 a { background-color: rgb(28,33,31); }

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

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

 span { border-color: rgb(28,33,31); }

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