#1C312E

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

Shades of Racing Green #1C312E

Tints of Racing Green #1C312E

Color information

#1C312E (or 0x1C312E) is unknown color: approx Racing Green. HEX triplet: 1C, 31 and 2E. RGB value is (28,49,46). Sum of RGB (Red+Green+Blue) = 28+49+46=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #1C312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C312E is #E3CED1. Grayscale: #2A2A2A. Windows color (decimal): -14929618 or 3027228. OLE color: 3027228.

HSL color Cylindrical-coordinate representation of color #1C312E: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C312E is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB284946-
CMYK0.4300.060.81
HSL171.43º27.27%15.1%-
HSV(B)171.43º42.86%19.22%-
XYZ2.072.642.99-
YUV42.38130.04117.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=22.76%
G=39.84%
B=37.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849460.4300.060.81171.4327.2715.1
Hex1C312E2B0651ab1bf
Octal34615653061212533317
Binary111001100011011101010110110101000110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,46); }

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

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

 a { background-color: rgb(28,49,46); }

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

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

 span { border-color: rgb(28,49,46); }

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