#1C322A

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

Shades of Racing Green #1C322A

Tints of Racing Green #1C322A

Color information

#1C322A (or 0x1C322A) is unknown color: approx Racing Green. HEX triplet: 1C, 32 and 2A. RGB value is (28,50,42). Sum of RGB (Red+Green+Blue) = 28+50+42=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1C322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C322A is #E3CDD5. Grayscale: #2A2A2A. Windows color (decimal): -14929366 or 2765340. OLE color: 2765340.

HSL color Cylindrical-coordinate representation of color #1C322A: hue angle of 158.18º 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 #1C322A is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB285042-
CMYK0.4400.160.80
HSL158.18º28.21%15.29%-
HSV(B)158.18º44%19.61%-
XYZ2.042.72.6-
YUV42.51127.71117.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 42 (16.80% from 255) = 35%
R=23.33%
G=41.67%
B=35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850420.4400.160.80158.1828.2115.29
Hex1C322A2C010509e1cf
Octal346252540201202363417
Binary11100110010101010101100010000101000010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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