#1F3932

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

Shades of Racing Green #1F3932

Tints of Racing Green #1F3932

Color information

#1F3932 (or 0x1F3932) is unknown color: approx Racing Green. HEX triplet: 1F, 39 and 32. RGB value is (31,57,50). Sum of RGB (Red+Green+Blue) = 31+57+50=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3932 is #E0C6CD. Grayscale: #303030. Windows color (decimal): -14730958 or 3291423. OLE color: 3291423.

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

Color convert

RGB315750-
CMYK0.4600.120.78
HSL163.85º29.55%17.25%-
HSV(B)163.85º45.61%22.35%-
XYZ2.63.453.55-
YUV48.43128.89115.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=22.46%
G=41.30%
B=36.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157500.4600.120.78163.8529.5517.25
Hex1F39322E0C4Ea41e11
Octal377162560141162443621
Binary11111111001110010101110011001001110101001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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