#1C332F

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

Shades of Racing Green #1C332F

Tints of Racing Green #1C332F

Color information

#1C332F (or 0x1C332F) is unknown color: approx Racing Green. HEX triplet: 1C, 33 and 2F. RGB value is (28,51,47). Sum of RGB (Red+Green+Blue) = 28+51+47=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #1C332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C332F is #E3CCD0. Grayscale: #2B2B2B. Windows color (decimal): -14929105 or 3093276. OLE color: 3093276.

HSL color Cylindrical-coordinate representation of color #1C332F: hue angle of 169.57º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C332F is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB285147-
CMYK0.4500.080.8
HSL169.57º29.11%15.49%-
HSV(B)169.57º45.1%20%-
XYZ2.182.823.12-
YUV43.67129.88116.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=22.22%
G=40.48%
B=37.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2851470.4500.080.8169.5729.1115.49
Hex1C332F2D0850aa1df
Octal346357550101202523517
Binary1110011001110111110110101000101000010101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,47); }

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

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

 a { background-color: rgb(28,51,47); }

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

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

 span { border-color: rgb(28,51,47); }

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