#1F332F

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

Shades of Racing Green #1F332F

Tints of Racing Green #1F332F

Color information

#1F332F (or 0x1F332F) is unknown color: approx Racing Green. HEX triplet: 1F, 33 and 2F. RGB value is (31,51,47). Sum of RGB (Red+Green+Blue) = 31+51+47=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #1F332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F332F is #E0CCD0. Grayscale: #2C2C2C. Windows color (decimal): -14732497 or 3093279. OLE color: 3093279.

HSL color Cylindrical-coordinate representation of color #1F332F: hue angle of 168º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F332F is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB315147-
CMYK0.3900.080.8
HSL168º24.39%16.08%-
HSV(B)168º39.22%20%-
XYZ2.262.863.12-
YUV44.56129.37118.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=24.03%
G=39.53%
B=36.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151470.3900.080.816824.3916.08
Hex1F332F270850a81810
Octal376357470101202503020
Binary11111110011101111100111010001010000101010001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,47); }

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

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

 a { background-color: rgb(31,51,47); }

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

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

 span { border-color: rgb(31,51,47); }

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