#1C3932

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

Shades of Racing Green #1C3932

Tints of Racing Green #1C3932

Color information

#1C3932 (or 0x1C3932) is unknown color: approx Racing Green. HEX triplet: 1C, 39 and 32. RGB value is (28,57,50). Sum of RGB (Red+Green+Blue) = 28+57+50=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3932 is #E3C6CD. Grayscale: #2F2F2F. Windows color (decimal): -14927566 or 3291420. OLE color: 3291420.

HSL color Cylindrical-coordinate representation of color #1C3932: hue angle of 165.52º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3932 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB285750-
CMYK0.5100.120.78
HSL165.52º34.12%16.67%-
HSV(B)165.52º50.88%22.35%-
XYZ2.523.43.54-
YUV47.53129.39114.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.74%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=20.74%
G=42.22%
B=37.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2857500.5100.120.78165.5234.1216.67
Hex1C3932330C4Ea62211
Octal347162630141162464221
Binary111001110011100101100110110010011101010011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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