#1F322C

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

Shades of Racing Green #1F322C

Tints of Racing Green #1F322C

Color information

#1F322C (or 0x1F322C) is unknown color: approx Racing Green. HEX triplet: 1F, 32 and 2C. RGB value is (31,50,44). Sum of RGB (Red+Green+Blue) = 31+50+44=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #1F322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F322C is #E0CDD3. Grayscale: #2B2B2B. Windows color (decimal): -14732756 or 2896415. OLE color: 2896415.

HSL color Cylindrical-coordinate representation of color #1F322C: hue angle of 161.05º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F322C is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB315044-
CMYK0.3800.120.80
HSL161.05º23.46%15.88%-
HSV(B)161.05º38%19.61%-
XYZ2.162.752.8-
YUV43.64128.21118.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=24.8%
G=40%
B=35.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150440.3800.120.80161.0523.4615.88
Hex1F322C260C50a11710
Octal376254460141202412720
Binary11111110010101100100110011001010000101000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,44); }

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

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

 a { background-color: rgb(31,50,44); }

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

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

 span { border-color: rgb(31,50,44); }

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