#1F322E

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

Shades of Racing Green #1F322E

Tints of Racing Green #1F322E

Color information

#1F322E (or 0x1F322E) is unknown color: approx Racing Green. HEX triplet: 1F, 32 and 2E. RGB value is (31,50,46). Sum of RGB (Red+Green+Blue) = 31+50+46=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #1F322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F322E is #E0CDD1. Grayscale: #2B2B2B. Windows color (decimal): -14732754 or 3027487. OLE color: 3027487.

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

Color convert

RGB315046-
CMYK0.3800.080.80
HSL167.37º23.46%15.88%-
HSV(B)167.37º38%19.61%-
XYZ2.22.773-
YUV43.86129.21118.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=24.41%
G=39.37%
B=36.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150460.3800.080.80167.3723.4615.88
Hex1F322E260850a71710
Octal376256460101202472720
Binary11111110010101110100110010001010000101001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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