#1F322B

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

Shades of Racing Green #1F322B

Tints of Racing Green #1F322B

Color information

#1F322B (or 0x1F322B) is unknown color: approx Racing Green. HEX triplet: 1F, 32 and 2B. RGB value is (31,50,43). Sum of RGB (Red+Green+Blue) = 31+50+43=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #1F322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F322B is #E0CDD4. Grayscale: #2B2B2B. Windows color (decimal): -14732757 or 2830879. OLE color: 2830879.

HSL color Cylindrical-coordinate representation of color #1F322B: hue angle of 157.89º 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 #1F322B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB315043-
CMYK0.3800.140.80
HSL157.89º23.46%15.88%-
HSV(B)157.89º38%19.61%-
XYZ2.142.752.7-
YUV43.52127.71119.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=25%
G=40.32%
B=34.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150430.3800.140.80157.8923.4615.88
Hex1F322B260E509e1710
Octal376253460161202362720
Binary11111110010101011100110011101010000100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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