#1F2E2A

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

Shades of Racing Green #1F2E2A

Tints of Racing Green #1F2E2A

Color information

#1F2E2A (or 0x1F2E2A) is unknown color: approx Racing Green. HEX triplet: 1F, 2E and 2A. RGB value is (31,46,42). Sum of RGB (Red+Green+Blue) = 31+46+42=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E2A is #E0D1D5. Grayscale: #292929. Windows color (decimal): -14733782 or 2764319. OLE color: 2764319.

HSL color Cylindrical-coordinate representation of color #1F2E2A: hue angle of 164º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F2E2A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB314642-
CMYK0.3300.090.82
HSL164º19.48%15.1%-
HSV(B)164º32.61%18.04%-
XYZ1.962.412.55-
YUV41.06128.53120.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=26.05%
G=38.66%
B=35.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3146420.3300.090.8216419.4815.1
Hex1F2E2A210952a413f
Octal375652410111222442317
Binary1111110111010101010000101001101001010100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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