#1F342E

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

Shades of Racing Green #1F342E

Tints of Racing Green #1F342E

Color information

#1F342E (or 0x1F342E) is unknown color: approx Racing Green. HEX triplet: 1F, 34 and 2E. RGB value is (31,52,46). Sum of RGB (Red+Green+Blue) = 31+52+46=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #1F342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F342E is #E0CBD1. Grayscale: #2D2D2D. Windows color (decimal): -14732242 or 3027999. OLE color: 3027999.

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

Color convert

RGB315246-
CMYK0.4000.120.80
HSL162.86º25.3%16.27%-
HSV(B)162.86º40.38%20.39%-
XYZ2.292.943.03-
YUV45.04128.54117.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=24.03%
G=40.31%
B=35.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152460.4000.120.80162.8625.316.27
Hex1F342E280C50a31910
Octal376456500141202433120
Binary11111110100101110101000011001010000101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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