#1C2C28

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

Shades of Racing Green #1C2C28

Tints of Racing Green #1C2C28

Color information

#1C2C28 (or 0x1C2C28) is unknown color: approx Racing Green. HEX triplet: 1C, 2C and 28. RGB value is (28,44,40). Sum of RGB (Red+Green+Blue) = 28+44+40=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #1C2C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C28 is #E3D3D7. Grayscale: #262626. Windows color (decimal): -14930904 or 2632732. OLE color: 2632732.

HSL color Cylindrical-coordinate representation of color #1C2C28: hue angle of 165º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C2C28 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB284440-
CMYK0.3600.090.83
HSL165º22.22%14.12%-
HSV(B)165º36.36%17.25%-
XYZ1.762.22.34-
YUV38.76128.7120.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2844400.3600.090.8316522.2214.12
Hex1C2C28240953a516e
Octal345450440111232452616
Binary1110010110010100010010001001101001110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,44,40); }

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

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

 a { background-color: rgb(28,44,40); }

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

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

 span { border-color: rgb(28,44,40); }

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