#1F342F

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

Shades of Racing Green #1F342F

Tints of Racing Green #1F342F

Color information

#1F342F (or 0x1F342F) is unknown color: approx Racing Green. HEX triplet: 1F, 34 and 2F. RGB value is (31,52,47). Sum of RGB (Red+Green+Blue) = 31+52+47=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #1F342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F342F is #E0CBD0. Grayscale: #2D2D2D. Windows color (decimal): -14732241 or 3093535. OLE color: 3093535.

HSL color Cylindrical-coordinate representation of color #1F342F: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F342F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB315247-
CMYK0.4000.100.80
HSL165.71º25.3%16.27%-
HSV(B)165.71º40.38%20.39%-
XYZ2.312.953.14-
YUV45.15129.04117.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=23.85%
G=40%
B=36.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152470.4000.100.80165.7125.316.27
Hex1F342F280A50a61910
Octal376457500121202463120
Binary11111110100101111101000010101010000101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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