#1C322B

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

Shades of Racing Green #1C322B

Tints of Racing Green #1C322B

Color information

#1C322B (or 0x1C322B) is unknown color: approx Racing Green. HEX triplet: 1C, 32 and 2B. RGB value is (28,50,43). Sum of RGB (Red+Green+Blue) = 28+50+43=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #1C322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C322B is #E3CDD4. Grayscale: #2A2A2A. Windows color (decimal): -14929365 or 2830876. OLE color: 2830876.

HSL color Cylindrical-coordinate representation of color #1C322B: hue angle of 160.91º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C322B is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB285043-
CMYK0.4400.140.80
HSL160.91º28.21%15.29%-
HSV(B)160.91º44%19.61%-
XYZ2.062.72.7-
YUV42.62128.21117.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=23.14%
G=41.32%
B=35.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850430.4400.140.80160.9128.2115.29
Hex1C322B2C0E50a11cf
Octal346253540161202413417
Binary1110011001010101110110001110101000010100001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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