#1F352E

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

Shades of Racing Green #1F352E

Tints of Racing Green #1F352E

Color information

#1F352E (or 0x1F352E) is unknown color: approx Racing Green. HEX triplet: 1F, 35 and 2E. RGB value is (31,53,46). Sum of RGB (Red+Green+Blue) = 31+53+46=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #1F352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F352E is #E0CAD1. Grayscale: #2D2D2D. Windows color (decimal): -14731986 or 3028255. OLE color: 3028255.

HSL color Cylindrical-coordinate representation of color #1F352E: hue angle of 160.91º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F352E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB315346-
CMYK0.4200.130.79
HSL160.91º26.19%16.47%-
HSV(B)160.91º41.51%20.78%-
XYZ2.333.033.05-
YUV45.62128.21117.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=23.85%
G=40.77%
B=35.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3153460.4200.130.79160.9126.1916.47
Hex1F352E2A0D4Fa11a10
Octal376556520151172413220
Binary11111110101101110101010011011001111101000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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