#1F322D

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

Shades of Racing Green #1F322D

Tints of Racing Green #1F322D

Color information

#1F322D (or 0x1F322D) is unknown color: approx Racing Green. HEX triplet: 1F, 32 and 2D. RGB value is (31,50,45). Sum of RGB (Red+Green+Blue) = 31+50+45=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #1F322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F322D is #E0CDD2. Grayscale: #2B2B2B. Windows color (decimal): -14732755 or 2961951. OLE color: 2961951.

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

Color convert

RGB315045-
CMYK0.3800.100.80
HSL164.21º23.46%15.88%-
HSV(B)164.21º38%19.61%-
XYZ2.182.762.9-
YUV43.75128.71118.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=24.60%
G=39.68%
B=35.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150450.3800.100.80164.2123.4615.88
Hex1F322D260A50a41710
Octal376255460121202442720
Binary11111110010101101100110010101010000101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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